Changeset 12586 for branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApp/status
- Timestamp:
- 07/03/15 16:40:34 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:mergeinfo changed
/trunk/sources merged: 12559,12561,12577-12581,12583
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApp/status/statusCtrl.js
r12558 r12586 125 125 } 126 126 } 127 cpuSeries.push([$scope.status.Timestamp, $scope.cpu.knobData]);128 127 128 cpuSeries.push([$scope.status.Timestamp, Math.round(status.CpuUtilizationStatus.TotalCpuUtilization)]); 129 129 coreSeries[0].push([$scope.status.Timestamp, status.CoreStatus.TotalCores]); 130 130 coreSeries[1].push([$scope.status.Timestamp, status.CoreStatus.UsedCores]);
Note: See TracChangeset
for help on using the changeset viewer.