function statsd_boot in StatsD 7.2
Same name and namespace in other branches
- 6 statsd.module \statsd_boot()
- 7 statsd.module \statsd_boot()
Implementation of hook_boot()
File
- ./
statsd.module, line 32
Code
function statsd_boot() {
if (variable_get('statsd_performance_events', TRUE)) {
drupal_static('statsd_timer', microtime(TRUE));
}
}