Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
na...@google.com <na...@google.com> #3
yea i'll take it.
dw...@gmail.com <dw...@gmail.com> #4
Thanks for the detailed analysis. This may not be an issue anymore since we've started using Main.immediate there but I' not sure; I'll try to create a test case.
Description
Component used: macrobenchmark 1.2.0-beta01
TraceSectionMetric
queries the trace sections across the whole system. This is probably fine for custom sections that you write for your app, but let's say you'd want to measure how longCompiling %
sections take to measure how much JIT happens during startup and have that results for tuning Baseline Profiles.You might get some sections that are not part of the target app.
Can we add something like
useOnlyTargetPackage: Boolean
optional parameter that would add filtering similar to whatFrameTimingMetric
does?