CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.14 (changelog, source)
Search

Module ExtractionMetrics::Aggregated

Utilities for aggregating metrics for multiple files.

Import path

import semmle.javascript.meta.ExtractionMetrics

Predicates

getCpuTime

Gets the total CPU time spent on extraction.

getCpuTime

Gets the total CPU time spent in phase phaseName of the extraction.

getWallclockTime

Gets the total wallclock time spent on extraction.

getWallclockTime

Gets the total wallclock time spent in phase phaseName of the extraction.