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