You are here

xhprof_mongodb.module in XHProf 6

File

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

require_once dirname(__FILE__) . '/MongodbXHProfRuns.inc';

/**
 * 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().