Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ getFile
Method
getFile
test/one/profiler/test/TestProcess.java:349–351 ·
view source on GitHub ↗
(String fileId)
Source
from the content-addressed store, hash-verified
347
}
348
349
public
File getFile(String fileId) {
350
return
tmpFiles.get(fileId);
351
}
352
353
public
String getFilePath(String fileId) {
354
return
getFile(fileId).getAbsolutePath();
Callers
15
getFilePath
Method · 0.95
readFile
Method · 0.95
parseRecording
Method · 0.80
parseMultiModeRecording
Method · 0.80
allModeNoEventOverride
Method · 0.80
allModeEventOverride
Method · 0.80
jfrSyncSmoke
Method · 0.80
containsSamplesOutsideWindow
Method · 0.80
waitAndGetProfilesData
Method · 0.80
instrumentJfr
Method · 0.80
manyEngines
Method · 0.80
manyEnginesManyTraceTargets
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected