Instruments some macros to store runtime information on code coverage and execution time
covStart(paths covStart(lib) covStart([path ; lib]) covStart(macro) covStart("all")
string paths to identify macros
a library or a string which is a library name
a specific function (as a string name or a function value)
special argument to instrument all the loaded macros
Instruments the passed arguments to store runtime informations on execution. These informations can be latter exported by calling covWrite
. To remove any instrumentation data covStop
can be used.
You can either select a set of function or all the available one on a specific call. The "all"
analysis is useful to have a global overview and later specific informations can be produced for one or a set of identified functions.