From 40a0590affc96861e4bf645b1438f3121459068b Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Sun, 25 Dec 2016 13:03:47 +0300 Subject: [PATCH] Update Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94bc04a..f45d8c2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ You can profile any function in you code. Furthermore this library provide measu For example, information for 12 millions of blocks is using less than 300Mb of memory. Working profiler slows your application execution for only 1-2%. +![Block time](https://hsto.org/files/3e4/afe/8b7/3e4afe8b77ac4ad3a6f8c805be4b7f13.png) + Disabled profiler will not affect your application execution in any way. You can leave it in your Release build and enable it at run-time at any moment during application launch to see what is happening at the moment.