File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ <h3>Dynamic Optimization</h3>
301
301
</ p >
302
302
303
303
< div class ="icyclegraph ">
304
- < div class ="child " style =" width: 100% " ng-repeat ="callee in Current.callees " ng-include ="'icycle_graph_callee_renderer.html' "> </ div >
304
+ < div class ="child " ng-repeat ="callee in [ Current] " ng-include ="'icycle_graph_callee_renderer.html' "> </ div >
305
305
</ div >
306
306
307
307
< table class ="table table-striped table-condensed table-bordered ">
@@ -873,7 +873,7 @@ <h3>Global Deoptimization</h3>
873
873
874
874
moarProfApp . controller ( 'CallGraphController' , function ( $scope ) {
875
875
$scope . Current = rawData [ 0 ] . call_graph ;
876
- $scope . total_time = rawData [ 0 ] . total_time ;
876
+ $scope . total_time = rawData [ 0 ] . total_time ;
877
877
$scope . SuchCallers = false ;
878
878
$scope . RecentCallers = [ ] ;
879
879
$scope . predicate = "TimePercent" ;
You can’t perform that action at this time.
0 commit comments