Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ timerAvailable
Method
timerAvailable
tfjs-core/src/profiler_test.ts:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
private extraInfo: string) {}
31
32
timerAvailable() {
33
return
true;
34
}
35
36
async
time(query: () => void): Promise<BackendTimingInfo> {
37
query();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected