Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions | Variables
ngx_google_perftools_module.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_google_perftools_module.c:

Go to the source code of this file.

Data Structures

struct  ngx_google_perftools_conf_t

Functions

int ProfilerStart (u_char *fname)
void ProfilerStop (void)
void ProfilerRegisterThread (void)

Variables

ngx_module_t ngx_google_perftools_module

Function Documentation

void ProfilerRegisterThread ( void  )
int ProfilerStart ( u_char *  fname)
void ProfilerStop ( void  )

Variable Documentation

ngx_module_t ngx_google_perftools_module
Initial value:
{
&ngx_google_perftools_module_ctx,
ngx_google_perftools_commands,
NULL,
NULL,
ngx_google_perftools_worker,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 50 of file ngx_google_perftools_module.c.