<?php
// These stubs were generated by the phan stub generator.
// @phan-stub-for-extension xhprof@2.3.10

namespace {
function xhprof_disable() {}
function xhprof_enable($flags = null, $options = null) {}
function xhprof_sample_disable() {}
function xhprof_sample_enable() {}
const XHPROF_FLAGS_CPU = 2;
const XHPROF_FLAGS_MEMORY = 4;
const XHPROF_FLAGS_NO_BUILTINS = 1;
}
