0
0
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:
Sergey Yagovtsev 2016-09-07 23:32:44 +04:00 committed by GitHub
parent 1edb71a6eb
commit 896662e67d

View File

@ -10,7 +10,8 @@
# About
Lightweight profiler library for c++
You can profile any function in you code. Furthermore this library provide profiling of any block of code.
You can profile any function in you code. Furthermore this library provide measuring time of any block of code. Also the library can capture system's context switch.
You can see the results of measuring in simple gui application which provide full statistic and render beautiful timeline.
# Build