Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/material-shell/material-shell
/ elapsed
Method
elapsed
src/utils/profile.ts:15–17 ·
view source on GitHub ↗
Elapsed milliseconds since construction
()
Source
from the content-addressed store, hash-verified
13
14
/** Elapsed milliseconds since construction */
15
elapsed(): number {
16
return
(GLib.get_monotonic_time() - this.t) * 0.001;
17
}
18
19
elapsedString() {
20
return
`${this.elapsed()} ms`;
Callers
1
elapsedString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected