feat(benchpress): add mean frame time metric#2474
feat(benchpress): add mean frame time metric#2474goderbauer wants to merge 1 commit intoangular:masterfrom
Conversation
There was a problem hiding this comment.
You should move this into the if call further down in Line 221: You don't want to capture start/end marks outside of the execute function and don't want to capture events from other processes (which is very unlikely though)...
|
Could you add a top level comment on |
This is useful to measure the smoothness of animations and scrolling actions. part of angular#821
|
Updated PR after addressing comments. PTAL. Thanks. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This is useful to measure the smoothness of animations and scrolling actions.
part of #821