Skip to content
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

❇️ added slow frozen rendering instrumentation #496

Closed
wants to merge 1 commit into from

Conversation

Archish27
Copy link

feature : #495

Copy link

linux-foundation-easycla bot commented Dec 19, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: Archish27 / name: Archish Thakkar (3ff04eb)

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0953181) 66.43% compared to head (3ff04eb) 66.47%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #496      +/-   ##
==========================================
+ Coverage   66.43%   66.47%   +0.04%     
==========================================
  Files         335      335              
  Lines       14301    14301              
==========================================
+ Hits         9501     9507       +6     
+ Misses       4800     4794       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bryce-b
Copy link
Member

bryce-b commented Dec 21, 2023

Can you also add a simple test for this?


func reportFrame(_ type: String, _ activityName: String, _ count: Int) {
let now = Date()
let span = tracer.spanBuilder(spanName: type).setStartTime(time: now).startSpan()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be more appropriate to utilize an event rather than a span to collecting this data. What do you think?

@Sherlouk
Copy link
Contributor

Sherlouk commented Jan 2, 2024

Does this need adding to the Package.swift too? Looks like it's just loose in Instrumentation/ where others have distinct products.

@bryce-b
Copy link
Member

bryce-b commented Jan 18, 2024

@Archish27 This is a good addition, but we have some feedback we'd like you to address.

@vvydier
Copy link
Contributor

vvydier commented Feb 1, 2024

@Archish27 Any update on this ?

@nachoBonafonte
Copy link
Member

Waiting for some movement and we will reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants