examples: initialize sysprof clock

This commit is contained in:
Christian Hergert
2019-07-17 17:28:31 -07:00
parent 18e7b974f2
commit 991e03ba67

View File

@ -23,6 +23,8 @@ main (int argc,
{
SysprofCaptureWriter *writer;
sysprof_clock_init ();
/* Ignore SIGPIPE because we might get a pipe from the environment and we
* don't want to trap if write() is used on it.
*/