TYPO3 CMS  TYPO3_6-2
NullTimeTracker.php
Go to the documentation of this file.
1 <?php
3 
23 
32  public function start() {
33 
34  }
35 
45  public function push($tslabel, $value = '') {
46 
47  }
48 
57  public function pull($content = '') {
58 
59  }
60 
70  public function setTSselectQuery(array $data, $msg = '') {
71 
72  }
73 
83  public function setTSlogMessage($content, $num = 0) {
84 
85  }
86 
94  public function printTSlog() {
95 
96  }
97 
105  public function incStackPointer() {
106 
107  }
108 
116  public function decStackPointer() {
117 
118  }
119 
126  public function getMilliseconds($microtime = NULL) {
127 
128  }
129 
130 }