mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
bencher: add note in run.rs about stats for multiple threads
This commit is contained in:
parent
858cea143a
commit
363c901ca2
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ impl<C> RunConfig<C> {
|
|||
::std::thread::sleep(Duration::from_secs(1));
|
||||
}
|
||||
|
||||
// Note: a more advanced version tracking threads too would add argument
|
||||
// "-L" and add "comm" to output format list
|
||||
let tracker_process_stats_res = Command::new("ps")
|
||||
.arg("-p")
|
||||
.arg(tracker.0.id().to_string())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue