From 9a1a4524f8d1106e45ef68464d59fe4ee2bc49c8 Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Sun, 21 Aug 2016 12:45:30 +0300 Subject: [PATCH] Add build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d2154f..f75984f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# easy_profiler [![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://github.com/yse/easy_profiler/blob/develop/COPYING) +# easy_profiler [![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://github.com/yse/easy_profiler/blob/develop/COPYING)[![Build Status](https://travis-ci.org/yse/easy_profiler.svg?branch=develop)](https://travis-ci.org/yse/easy_profiler) Lightweight profiler library for c++ You can profile any function in you code. Furthermore this library provide profiling of any block of code.