mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
Update README.md
This commit is contained in:
parent
ecbe7780e6
commit
dbc2989788
@ -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.
|
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)
|
![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
|
# Key features
|
||||||
|
|
||||||
@ -53,6 +53,7 @@ _Profiling example of CryEngine SDK sample_
|
|||||||
- Fully remove integration via defines
|
- Fully remove integration via defines
|
||||||
- GUI could be connected to an application which is already profiling (so you can profile initialization of your application)
|
- 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
|
- 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
|
# Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user