MCPcopy 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

mainMethod · 0.95
printTimingTableMethod · 0.80
averageUsPerOpMethod · 0.80

Calls

no outgoing calls

Tested by 1

averageUsPerOpMethod · 0.64