muxator
5a80a23bdc
scripts: modify shebang to use "/usr/bin/env python"
...
Before this patch, executing directly one of these scripts, for example
`./plot_hystogram.py` in a unix-like environment meant that the default
system-level python would be used, regardless of an eventual activated
virtualenv.
This was due to the "#!/usr/bin/python" shebang.
Changing it to "/usr/bin/env python" is a fairly standard practice, keeps intact
the compatiblity with the system level python, and allows a user to run in a
virtualenv if he wants.
2020-10-13 12:49:36 +02:00
sharkdp
ca81ab2f91
Add --titles option
2020-04-13 08:28:29 +02:00
sharkdp
c649d8d569
Add --log-time and --log-x flags
2020-04-13 08:19:58 +02:00
sharkdp
d441eefd1d
plot_histogram.py: add --type and --bins
2020-04-02 18:59:32 +02:00
sharkdp
dab1da98b6
Fix computation of min/max time range
2020-04-02 18:59:32 +02:00
sharkdp
8fff8643e0
Auto-format Python scripts
2020-04-01 09:35:09 +02:00
sharkdp
a870d4db3d
Add --labels option for plot_whisker.py
2020-04-01 09:31:55 +02:00
sharkdp
b702292505
Remove unnecessary imports
2020-03-21 09:23:42 +01:00
Eugene Obrezkov
9253e9f967
Update plot_whisker.py
2020-03-21 09:23:42 +01:00
Eugene Obrezkov
e83e1f787c
Update plot_whisker.py
2020-03-21 09:23:42 +01:00
David Peter
0474fcc19d
Show min/max in advanced_statistics
...
Branch: master
2020-01-23 13:04:42 +01:00
David Peter
a3f0278074
Show the full range in histograms
...
Branch: master
2020-01-23 13:04:15 +01:00
sharkdp
0d22a963dc
Add plot_parametrized.py script
2019-11-25 19:32:45 +01:00
sharkdp
ef8a16622d
Add a script to plot histograms
2019-10-15 17:49:59 +02:00
sharkdp
94d458cf80
Output formatting
2019-10-07 19:34:05 +02:00
sharkdp
c06f50d305
Add help text
2019-10-07 19:34:05 +02:00
sharkdp
071d5c6993
Add error message
2019-10-07 19:34:05 +02:00
Yasuaki Uechi
5a3fc3c92a
scripts: add welch's t test
2019-10-07 19:34:05 +02:00
sharkdp
02962d1cab
Use doc-comment for advanced_statistics.py script
2019-10-07 19:04:43 +02:00
sharkdp
134c04d328
Update scripts README
2019-10-06 21:29:37 +02:00
matthieusb
25409f6625
doc: addd pre-requisites to scripts documentation
2019-10-06 21:27:44 +02:00
sharkdp
a4347a5a4a
Add documentation to plot_benchmark_results script
2019-06-02 12:42:57 +02:00
David Peter
6267a26ccb
Create README.md
2018-12-12 20:30:19 +01:00
sharkdp
2f51d22e4d
Add a simple script to show advanced statistics
2018-12-12 20:27:14 +01:00
sharkdp
0ba8a20bb8
Add script to plot benchmark results
2018-12-12 19:54:57 +01:00