gouldmatt / traceLibrary

Library for tracing C++ program and outputting results to JSON file for viewing with chrome://tracing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

traceLibrary

Library for tracing C++ program and outputting results to JSON file for viewing with chrome://tracing/

Writes to file when:

  • ten thousand trace items have been accumulated
  • the program crashes
  • when trace is flushed

Instructions for compiling

  • run make from project directory

About

Library for tracing C++ program and outputting results to JSON file for viewing with chrome://tracing/


Languages

Language:C++ 90.4%Language:Makefile 5.5%Language:Shell 4.1%