/libtrace

Tracing analysis library

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

libtrace

Build Status

The libtrace librarie aims to help development of tools to analyze traces.

Requirements (third party):

  • CMake
  • gmock and gtest: svn checkout http://googlemock.googlecode.com/svn/trunk/ third_party/gmock

Building

cd libtrace
svn checkout http://googlemock.googlecode.com/svn/trunk/ third_party/gmock
cmake .
make