From 11fd89e7ebee4f6e40891386596a455d7abaea3d Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Fri, 7 Apr 2017 23:51:34 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e54c191..bf349ac 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ You can see the results of measuring in simple GUI application which provides fu - Measuring over network - Capture thread context-switch events - 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