You are here

private function MongodbXHProfRuns::gen_run_id in XHProf 6

Same name and namespace in other branches
  1. 8 modules/xhprof_mongodb/MongodbXHProfRuns.inc \MongodbXHProfRuns::gen_run_id()
  2. 7 modules/xhprof_mongodb/MongodbXHProfRuns.inc \MongodbXHProfRuns::gen_run_id()
1 call to MongodbXHProfRuns::gen_run_id()
MongodbXHProfRuns::save_run in modules/xhprof_mongodb/MongodbXHProfRuns.inc

File

modules/xhprof_mongodb/MongodbXHProfRuns.inc, line 15
Definition of MongodbXHProfRuns.

Class

MongodbXHProfRuns
Defines a MongoDB storage backend for XHProf.

Code

private function gen_run_id($type) {
  return uniqid();
}