Skip to content

Chhabi/perf-gear

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

Introduction

Examples

Architecture

Running tests

Runing tests in default mode

make && make test

Runing tests for coverage

make CONF=Cov && make CONF=Cov test

Checking coveralls upload

coveralls -b. --dryrun

Installting test environment

CUnit is needed to run the tests and develop new ones

sudo apt-get install libcunit1 libcunit1-doc libcunit1-dev

cpp-coveralls is needed to upload results to the code coverage framework. This is not necessary if you dont want to check the coverage before pushing into github.

sudo apt-get install -qq python-pip
sudo pip install cpp-coveralls PyYAML

Valgrind is used to check for common errors and memory leaks

sudo apt-get install valgrind

About

Performance measurement tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.2%
  • Makefile 37.6%
  • Shell 6.6%
  • C++ 2.6%