Home
last modified time | relevance | path

Searched refs:runVerArray (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/base/
Dtrace_config_utils.ts50 const runVerArray = runningVersion.split('.').map(Number); constant
53 if (runVerArray[index] === minVerArray[index]) continue;
54 return runVerArray[index] > minVerArray[index];