Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalInBlue committed Jun 9, 2019
1 parent f5938f6 commit b9db3d9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,33 @@ Copyright 2017-2019 John Farrier

Apache 2.0 License

#### Community Support

A Special Thanks to the following corporations for their support:
- [Hellebore Consulting Group](http://www.hellebore.com)
- [Araxis](https://www.araxis.com/)
- [Axosoft](https://www.gitkraken.com/)
- [Microsoft](https://www.microsoft.com)
- [Travis.CI](https://travis-ci.org)

#### Builds and Testing

Branch | Status
---------------------- | --------------------------------------------------------------------------------------------------------------------------------------
```origin/master: ``` | [![Build Status (Master)](https://travis-ci.org/DigitalInBlue/Celero.svg?branch=master)](https://travis-ci.org/DigitalInBlue/Celero)
```origin/develop: ``` | [![Build Status (Develop)](https://travis-ci.org/DigitalInBlue/Celero.svg?branch=develop)](https://travis-ci.org/DigitalInBlue/Celero)

Celero has been successfully built on the following platforms during development. See [Travis.CI](https://travis-ci.org/DigitalInBlue/Celero) for more details.
- GCC v6.0.0
- GCC v7.0.0
- GCC v8.0.0
- LLVM v3.9.0
- LLVM v5.0.1
- LLVM v7.0.0
- Visual Studio 2017
- Visual Studio 2019
- XCode v10.1

### Overview

Developing consistent and meaningful benchmark results for code is a complex task. Measurement tools exist (Intel® VTune™ Amplifier, SmartBear AQTime, Valgrind, etc.) external to applications, but they are sometimes expensive for small teams or cumbersome to utilize. This project, Celero, aims to be a small library which can be added to a C++ project and perform benchmarks on code in a way which is easy to reproduce, share, and compare among individual runs, developers, or projects. Celero uses a framework similar to that of GoogleTest to make its API easier to use and integrate into a project. Make automated benchmarking as much a part of your development process as automated testing.
Expand Down

0 comments on commit b9db3d9

Please sign in to comment.