mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
import semmle.javascript.meta.ExtractionMetrics::ExtractionMetrics
|
|
|
|
from FileWithExtractionMetrics f, PhaseName phase
|
|
where
|
|
exists(f.getCpuTime(phase)) and
|
|
exists(f.getWallclockTime(phase))
|
|
select f, phase
|