Example #1
0
function vmSetStartTime($name = 'current')
{
    VmConfig::setStartTime($name, microtime(TRUE));
}