/traceLibrary

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

Primary LanguageC++

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