Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ debug } from
"builder-util"
2
3
export
interface
Timer {
4
end(): void
5
}
6
7
export
class
DevTimer implements Timer {
8
private start = process.hrtime()
Callers
8
hashFile
Function · 0.65
spawnAndWrite
Function · 0.65
request
Function · 0.65
doDownload
Function · 0.65
upload
Function · 0.65
hashFile
Function · 0.65
doDownloadUpdate
Method · 0.65
doDownloadFile
Function · 0.65
Implementers
2
DevTimer
packages/app-builder-lib/src/util/time
ProductionTimer
packages/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…