Closed krlmlr closed 6 years ago
because the stock implementation rearranges and aggregates samples. Reuse code, luckily stacktrace.h is public.
stacktrace.h
Shipping a modified version of libprofiler.so in an R package is an alternative, but:
libprofiler.so
Steps:
CpuProfiler::prof_handler()
DumpProcSelfMaps()
Closing in favor of #6.
because the stock implementation rearranges and aggregates samples. Reuse code, luckily
stacktrace.h
is public.Shipping a modified version of
libprofiler.so
in an R package is an alternative, but:Steps:
CpuProfiler::prof_handler()
)DumpProcSelfMaps()
)