0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00

Update README.md

This commit is contained in:
Victor Zarubkin 2017-04-07 23:51:34 +03:00 committed by GitHub
parent a9d13deb18
commit 11fd89e7eb

View File

@ -50,7 +50,8 @@ You can see the results of measuring in simple GUI application which provides fu
- Measuring over network - Measuring over network
- Capture thread context-switch events - Capture thread context-switch events
- 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 even 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
# Usage # Usage