| stop() | หยุดจับเวลาการประมวลผล และหยุดนับจำนวนทรัพยากรที่ใช้ |
|---|
method:stop ( name );
return type:void
special:static
content:หยุดจับเวลาการประมวลผล และหยุดนับจำนวนทรัพยากรที่ใช้
example:Benchmark::start ( "load_resource" ); for ( $i=0; $i<100; $i++ ) { $i += $i; } Benchmark::stop ( "load_resource" );