You are here

xhprof_mongodb.module in XHProf 7

File

modules/xhprof_mongodb/xhprof_mongodb.module
View source
<?php

/**
 * Implementation of hook_xhprof_classes_alter().
 */
function xhprof_mongodb_xhprof_classes_alter(&$classes) {
  $classes[] = 'MongodbXHProfRuns';
}

Functions

Namesort descending Description
xhprof_mongodb_xhprof_classes_alter Implementation of hook_xhprof_classes_alter().