From 82780a0e7190b0fe4b9b97b9c1eac6f9ab545f0e Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Wed, 1 Mar 2017 11:40:47 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0e39b8..7165fb7 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,14 @@ [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) 1. [About](#about) -2. [Usage](#usage) +2. [Key features](#key-features) +3. [Usage](#usage) - [Prepare build system](#prepare-build-system) - [General build system](#general) - [CMake](#build-with-cmake) - [Add profiling blocks](#add-profiling-blocks) - [Collect blocks](#collect-blocks) -3. [Build](#build) +4. [Build](#build) - [Linux](#linux) - [Windows](#windows) @@ -36,6 +37,15 @@ You can see the results of measuring in simple GUI application which provides fu ![GUI screenshot](https://cloud.githubusercontent.com/assets/10530007/21056780/2383d472-be48-11e6-8b35-d1a32e64b910.png) +# Key features + +- Extremely low overhead +- Low additional memory usage +- Cross-platform +- Measuring over network +- Capture thread context-switch events +- Fully remove integration via defines + # Usage ## Prepare build system