Changeset 929 for trunk/Modules/TimeMeasure/Graph.php
- Timestamp:
- May 11, 2022, 12:14:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TimeMeasure/Graph.php
r912 r929 70 70 $Points = $Measure->GetValues($StartTime, $EndTime, $Level); 71 71 72 if ($Debug) echo('Points count: '.count($Points).'<br/>'); 73 //if ($Debug) foreach ($Points as $Index => $Item) 74 // echo($Index.': '.$Item['min'].'<br>'); 72 if ($Debug) echo('Points count: '.count($Points).'<br/>'); 75 73 76 74 // Calculate total max, avg, min value
Note:
See TracChangeset
for help on using the changeset viewer.