0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-28 01:04:41 +08:00

Update Readme

This commit is contained in:
Sergey Yagovtsev 2016-12-25 13:04:25 +03:00
parent 40a0590aff
commit 31f3bf142b

View File

@ -19,6 +19,7 @@ For example, information for 12 millions of blocks is using less than 300Mb of m
Working profiler slows your application execution for only 1-2%. Working profiler slows your application execution for only 1-2%.
![Block time](https://hsto.org/files/3e4/afe/8b7/3e4afe8b77ac4ad3a6f8c805be4b7f13.png) ![Block time](https://hsto.org/files/3e4/afe/8b7/3e4afe8b77ac4ad3a6f8c805be4b7f13.png)
_Average time of block's execution (tested on Intel Core i7-5930K 3.5GHz, Win7)_
Disabled profiler will not affect your application execution in any way. You can leave it in your Release build Disabled profiler will not affect your application execution in any way. You can leave it in your Release build
and enable it at run-time at any moment during application launch to see what is happening at the moment. and enable it at run-time at any moment during application launch to see what is happening at the moment.