Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs179 private string FormatCollapsedStackString(Stack<string> stack) in FormatCollapsedStackString() argument
181 return string.Join(";", stack.Reverse()); in FormatCollapsedStackString()