#include <string>
Go to the source code of this file.
bool setupIgProfDumpHook |
( |
| ) |
|
Definition at line 23 of file ProfilingTools.cc.
References igProfDumpNow(), and igProfRequestDump_.
24 if (
void *sym = dlsym(0,
"igprof_dump_now")) {
26 fprintf(stderr, "IgProf
dump hook enabled. Do kill -USR2 %d
to request
a dump.\
n",
int(getpid())); fflush(stderr);
28 fprintf(stderr,
"Not being profiled by IgProf. The command you should use to profile this is:\n");
29 fprintf(stderr,
" igprof -mp -z -t combine combine datacard [options]\n\n");