mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 08:41:02 +08:00
Add more info for log
This commit is contained in:
parent
fda71f5351
commit
a9018888f1
@ -127,6 +127,6 @@ int main()
|
|||||||
auto end = std::chrono::system_clock::now();
|
auto end = std::chrono::system_clock::now();
|
||||||
|
|
||||||
std::cout << "Blocks count: " << blocks_counter << std::endl;
|
std::cout << "Blocks count: " << blocks_counter << std::endl;
|
||||||
std::cout << "dT = " << std::chrono::duration_cast<std::chrono::microseconds>(end - start).count() << std::endl;
|
std::cout << "dT = " << std::chrono::duration_cast<std::chrono::microseconds>(end - start).count() << " usec" << std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user