PHP » GoLang |
login |
register |
about
|
GoLang MongoDB::setProfilingLevel
request it (321)
GoLang replacement for PHP's MongoDB::setProfilingLevel
[edit | history]
PHP MongoDB::setProfilingLevelPHP original manual for MongoDB::setProfilingLevel [ show | php.net ]MongoDB::setProfilingLevel(PECL mongo >=0.9.0) MongoDB::setProfilingLevel — Sets this database's profiling level Description
public int MongoDB::setProfilingLevel
( int
$level
)This changes the current database profiling level. This function is equivalent to running:
<?php The options for level are 0 (off), 1 (queries > 100ms), and 2 (all queries). If you would like to profile queries that take longer than another time period, use the database command and pass it a second option, the number of milliseconds. For example, to profile all queries that take longer than one second, run:
<?php Profiled queries will appear in the system.profile collection of this database. Parameters
Return ValuesReturns the previous profiling level. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|