-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Use maximumFramesPerSecond for slow-frame threshold #10220 #15484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JesusRojass
wants to merge
27
commits into
firebase:main
Choose a base branch
from
JesusRojass:JesusRojass/#10220Fix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+326
−41
Open
Changes from 9 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d352bc8
Merge remote-tracking branch 'origin/main' into JesusRojass/#10220Fix
JesusRojass cf41b42
Use maximumFramesPerSecond for slow-frame threshold
JesusRojass 56dad5f
Fix global static variable - Gemini Suggestion, moved some code around
JesusRojass 2401746
Simplify tests and run style.sh
JesusRojass 189948d
Address Gemini comments - dynamic slowBudget
JesusRojass c9a3d05
Removed redundant tests
JesusRojass 6eabdb1
Update FirebasePerformance/Tests/Unit/FPRScreenTraceTrackerTest.m
JesusRojass c608a11
Code Cleanup - Gemini Suggestion
JesusRojass 7b14e4c
Optimize method swizzling and remove unused properties
JesusRojass c464b2e
Remove Redundant block of code
JesusRojass 4407c40
Separate tests and clean stuff up
JesusRojass fc10cc9
Fix curly braces
JesusRojass 04515e6
Cache slow frame budget and implement a refresh on app active
JesusRojass d1056fc
Update FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker.m
JesusRojass 3c876a5
Update FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker.m
JesusRojass a0d52d2
Update FirebasePerformance/Sources/AppActivity/FPRScreenTraceTracker.m
JesusRojass 0f204df
Consolidate all app did become active logic into one place
JesusRojass e172aad
Added descriptive messages to the XCTAssertEqual
JesusRojass 2a0d6cd
add a tearDown method to ensure test isolation
JesusRojass 222bbf9
Refactor previousTimestamp into an instance variable
JesusRojass 47d04c9
refactor previousTimestamp into an instance variable
JesusRojass a2131eb
tidy up!
JesusRojass 98048a3
added fpr_refreshFrameRateCache method - gemini suggestion
JesusRojass 0a7b38e
Make the fpr_refreshFrameRateCache logic more explicit - gemini suggests
JesusRojass 67804ce
Update FirebasePerformance/Tests/Unit/FPRScreenTraceTrackerTest.m
JesusRojass 368c528
Address Comments - tvOS-only refresh and round up amd add tvOS tests
JesusRojass e145748
Needed test adaptations
JesusRojass File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.