diff --git a/README.md b/README.md index 041a901..56a86c0 100644 --- a/README.md +++ b/README.md @@ -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