Commit fdc73648 authored by Phil Renaud's avatar Phil Renaud
Browse files

Taskframe, not frame

parent 642d5cc2
Showing with 2 additions and 2 deletions
+2 -2
......@@ -85,8 +85,8 @@ class AllocationStatsTracker extends EmberObject.extend(AbstractStatsTracker) {
});
const taskMemoryUsed =
frame.ResourceUsage.MemoryStats.Usage ||
frame.ResourceUsage.MemoryStats.RSS ||
taskFrame.ResourceUsage.MemoryStats.Usage ||
taskFrame.ResourceUsage.MemoryStats.RSS ||
0;
const percentMemoryTotal = percent(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment