blob: 03548b4c7ef198cc5a5b1eaa597360805c33a501 [file] [log] [blame]
#include <gperftools/profiler.h>
int main() {
ProfilerStart("/dev/null");
ProfilerStop();
return 0;
}