Closed Bug 1639630 Opened 4 years ago Closed 4 years ago

Profiler Java samples limit is not effective while creating the samples array

Categories

(Core :: Gecko Profiler, defect, P2)

defect

Tracking

()

RESOLVED FIXED
mozilla78
Tracking Status
firefox78 --- fixed

People

(Reporter: canova, Assigned: canova)

Details

Attachments

(2 files)

Inside the sampling runnable, we are limiting the sampling count but not using that limited value in mSampleCount, using aSampleCount instead which is not limited by anything.

Pushed by canaltinova@gmail.com: https://hg.mozilla.org/integration/autoland/rev/f785828241b7 Use the limited sample count instead of non-limited one. r=julienw,geckoview-reviewers,agi https://hg.mozilla.org/integration/autoland/rev/d45e2b2a9491 Increase the java sample count limit to 120000 to cover up to 2 mins with 1ms interval. r=julienw,geckoview-reviewers,agi
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: