MCPcopy Create free account
hub / github.com/google/gapid / GetSize

Method GetSize

gapis/api/graph_visualization.go:35–37  ·  view source on GitHub ↗

GetSize returns the number of levels.

()

Source from the content-addressed store, hash-verified

33
34// GetSize returns the number of levels.
35func (label *Label) GetSize() int {
36 return len(label.LevelsName)
37}
38
39// PushBack adds a level in the back of the current Label.
40func (label *Label) PushBack(name string, id int) {

Callers 10

AlignOfFunction · 0.45
SizeOfFunction · 0.45
BufferMethod · 0.45
StorePointerMethod · 0.45
MapMemoryMethod · 0.45
ResolvePointerIndexMethod · 0.45
addDebugMarkerMethod · 0.45
checkDebugMarkersMethod · 0.45
getLabelFromHierarchyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected