simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.11k stars 187 forks source link

Add dependency on Google Performance Tools #165

Open jonstewart opened 3 years ago

jonstewart commented 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.

Also run some experiments using TCMALLOC.