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

Update README.md

This commit is contained in:
Victor Zarubkin 2017-05-07 13:40:23 +03:00 committed by GitHub
parent ecbe7780e6
commit dbc2989788

View File

@ -41,7 +41,7 @@ duration, target thread id, thread owner process id, thread owner process name.
You can see the results of measuring in simple GUI application which provides full statistics and renders beautiful time-line.
![GUI screenshot](https://cloud.githubusercontent.com/assets/1775230/24852044/a0b1edd0-1dde-11e7-8736-7052b840ad06.png)
_Profiling example of CryEngine SDK sample_
_Profiling CryEngine SDK example_
# Key features
@ -53,6 +53,7 @@ _Profiling example of CryEngine SDK sample_
- Fully remove integration via defines
- GUI could be connected to an application which is already profiling (so you can profile initialization of your application)
- Monitor main thread fps at real-time in GUI even if profiling is disabled or draw your own HUD/fps-plot directly in your application using data provided by profiler
- Configurable timer type with CMakeLists or defines
# Usage