Skip to content

Commit

Permalink
Add memory usage to timeline detail
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Jun 15, 2016
1 parent c894a48 commit 9925f47
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ $_helper = $this->helper('aoe_scheduler/data'); /* @var $_helper Aoe_Scheduler_H
</td>
</tr>
<?php endif; ?>
<tr>
<td class="label"><?php echo $this->__('Memory Usage') ?>:</td>
<td><?php echo number_format($_schedule->getMemoryUsage(), 2) . ' MB'; ?></td>
</tr>
</table>
</div>
</div>

0 comments on commit 9925f47

Please sign in to comment.