0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

Add build status

This commit is contained in:
Sergey Yagovtsev 2016-08-21 12:45:30 +03:00
parent 16fe89c13d
commit 9a1a4524f8

View File

@ -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.