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

Method getSize

gapis/api/vulkan/graph_visualization.go:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (dm *debugMarkerStack) getSize() int {
70 return len(dm.positionsOfDebugMarkersBegin)
71}
72
73// top returns the Label of the last debug_marker_begin command if exists.
74func (dm *debugMarkerStack) top() *api.Label {

Callers 4

topMethod · 0.95
popMethod · 0.95
addDebugMarkerMethod · 0.95
checkDebugMarkersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected