package core_profiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Core_profiler_offline_toolSource

Sourcemodule Event_generator : sig ... end
Sourcemodule Filter : sig ... end
Sourcemodule Id_table : sig ... end

An Id_table.t exploits the fact that Probe_id.ts should be consecutive integers to make lookups fast

Sourcemodule Interest : sig ... end
Sourcemodule Path : sig ... end

The first and last points are stored explicitly, not least to ensure that there are two of them. The list of points in the middle is stored in reverse order for convenience when checking the path.

Sourcemodule Reader : sig ... end
Sourcemodule Reservoir_sampling : sig ... end
Sourcemodule Std : sig ... end
Sourcemodule Util : sig ... end