Open jonstewart opened 3 years ago
For reference: https://github.com/gperftools/gperftools
Using autoconf, add an optional dependency on libprofile, which allows for profiling at runtime via environment variables. pprof may only work correctly on Linux, but it's a convenient and insightful profiling tool.
pprof
Also run some experiments using TCMALLOC.
For reference: https://github.com/gperftools/gperftools
Using autoconf, add an optional dependency on libprofile, which allows for profiling at runtime via environment variables.
pprof
may only work correctly on Linux, but it's a convenient and insightful profiling tool.Also run some experiments using TCMALLOC.