Class ExecutionContext


  • public class ExecutionContext
    extends Object
    A representation of an execution index sans the counts, equivalent to a call stack.
    Author:
    Rohan Padhye
    • Constructor Detail

      • ExecutionContext

        public ExecutionContext​(ExecutionIndex executionIndex)
        Create an execution context by extracting the call stack from an execution index.
        Parameters:
        executionIndex - the execution index to copy call sites from