Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/skeleton-sp23
/ getOpCounts
Method
getOpCounts
lab03/src/timing/TimingData.java:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
public
List<Integer> getOpCounts() {
25
return
this.opCounts;
26
}
27
}
Callers
3
main
Method · 0.95
printTimingTable
Method · 0.80
averageUsPerOp
Method · 0.80
Calls
no outgoing calls
Tested by
1
averageUsPerOp
Method · 0.64