Skip to content

Commit e635a3a

Browse files
Connor ClarkDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Fix CPU throttling rate not saving in trace metadata
Fixed: 379757363 Bug: 376836355 Change-Id: I931745c993c333381dfa059bcc8d8b0e2b8a0701 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6032902 Commit-Queue: Connor Clark <[email protected]> Reviewed-by: Adam Raine <[email protected]>
1 parent 7a7a8a4 commit e635a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/timeline/TimelineController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ export class TimelineController implements Trace.TracingManager.TracingManagerCl
155155

156156
this.client.loadingStarted();
157157
await this.waitForTracingToStop();
158-
await this.allSourcesFinished();
159158

160159
// Now we re-enable throttling again to maintain the setting being persistent.
161160
throttlingManager.setCPUThrottlingRate(rateDuringRecording);
161+
await this.allSourcesFinished();
162162

163163
await LiveMetrics.LiveMetrics.instance().enable();
164164
}

0 commit comments

Comments
 (0)