From 4ff66ff827c4e926cfb9f40b21ba1cb2cd58d012 Mon Sep 17 00:00:00 2001 From: Sergey Date: Wed, 29 Jun 2016 07:45:11 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e548021..1d2154f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# easy_profiler -Lightweight profiler library for c++ +# easy_profiler [![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://github.com/yse/easy_profiler/blob/develop/COPYING) +Lightweight profiler library for c++ You can profile any function in you code. Furthermore this library provide profiling of any block of code.