MCPcopy
hub / github.com/electron-userland/electron-builder / Timer

Interface Timer

packages/app-builder-lib/src/util/timer.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { debug } from "builder-util"
2
3export interface Timer {
4 end(): void
5}
6
7export class DevTimer implements Timer {
8 private start = process.hrtime()

Callers 8

hashFileFunction · 0.65
spawnAndWriteFunction · 0.65
requestFunction · 0.65
doDownloadFunction · 0.65
uploadFunction · 0.65
hashFileFunction · 0.65
doDownloadUpdateMethod · 0.65
doDownloadFileFunction · 0.65

Implementers 2

DevTimerpackages/app-builder-lib/src/util/time
ProductionTimerpackages/app-builder-lib/src/util/time

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…