Interface IProbeInserter

All Known Implementing Classes:
ProbeInserter

interface IProbeInserter
Internal interface for insertion of probes into in the instruction sequence of a method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    insertProbe(int id)
    Inserts the probe with the given id.
  • Method Details

    • insertProbe

      void insertProbe(int id)
      Inserts the probe with the given id.
      Parameters:
      id - id of the probe to insert