mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
gather statistics
This commit is contained in:
parent
9d9cbc4413
commit
d997a48989
@ -75,7 +75,7 @@ int main()
|
||||
|
||||
auto start = std::chrono::system_clock::now();
|
||||
|
||||
int blocks_counter = fillTreesFromFile("test.prof", threaded_trees);
|
||||
int blocks_counter = fillTreesFromFile("test.prof", threaded_trees, true);
|
||||
|
||||
auto end = std::chrono::system_clock::now();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user