=encoding utf-8 =head1 NAME ngx_google_perftools_module - Module ngx_google_perftools_module =head1 The C module (0.6.29) enables profiling of nginx worker processes using L. The module is intended for nginx developers. This module is not built by default, it should be enabled with the C<--with-google_perftools_module> configuration parameter. B This module requires the L library. =head1 Example Configuration google_perftools_profiles /path/to/profile; Profiles will be stored as CpathEtoEprofile.Eworker_pidE>. =head1 Directives =head2 google_perftools_profiles B google_perftools_profiles I>> B I
Sets a file name that keeps profiling information of nginx worker process. The ID of the worker process is always a part of the file name and is appended to the end of the file name, after a dot.