Advertisement
Guest User

Untitled

a guest
May 4th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $time_start = microtime_float();
  2.  
  3. include $plugindir."/resources/queries/$queryname".".php";
  4.  
  5. $time_end = microtime_float();
  6. echo "elapsed seconds1 $time_end $time_start : ".($time_end-$time_start). " seconds";
  7.  
  8. xdebug.remote_enable=on
  9.  
  10. xdebug.remote_enable=off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement