Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
I see
Mode.Min
andMode.Max
were recently added, would it be possible to also add a Mode for P50/P90/P95/P99, or similar? For example we may expect the first execution of a block of code to be slower due to initializations, and faster on subsequent executions. It would be great to have a metric to measure this type of situation.Mode.Average
would be convenient. This can already be figured usingMode.Sum
since it supplies the count and total duration, but condensing the result into a single line would be nice.