21 static void *ngx_google_perftools_create_conf(
ngx_cycle_t *cycle);
45 ngx_google_perftools_create_conf,
52 &ngx_google_perftools_module_ctx,
53 ngx_google_perftools_commands,
57 ngx_google_perftools_worker,
67 ngx_google_perftools_create_conf(
ngx_cycle_t *cycle)
100 if (profile == NULL) {
104 if (getenv(
"CPUPROFILE")) {
117 "ProfilerStart(%s) failed", profile);