vlimant / NNLO

GNU General Public License v3.0
2 stars 7 forks source link

Tracing and autoinstrumentation #8

Closed vloncar closed 5 years ago

vloncar commented 5 years ago

Adds new log level, TRACE, enabled via --log-level trace. Tracing will record all function enter and exit events, as well as the parameters that were passed to the function. There is a mechanism to skip tracing of some functions (like simple lookup functions that would spam the log).