Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Setec Astronomy  >  MicroTime Profiler  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example file
Class: MicroTime Profiler
Output script profile data to XML or CSV files
Author: By
Last change:
Date: 2004-07-10 06:59
Size: 283 bytes
 

Contents

Class file image Download
<?php 
/**
* This file contains a profiler class usage example.
* @filesource
* @package profiler
*/

require_once (dirname (__FILE__) . '/profiler.class.php');
$profiler = new profiler ('test.csv'PROFILE_FILE_TYPE_CSV);
declare (
ticks=1);

// Your code goes here!

?>