Module InferModules.JavaProfilerSamples

module ProfilerSample : InferStdlib.IStd.Caml.Set.S with type ProfilerSample.elt = InferIR.Typ.Procname.t
module JNI : sig ... end
type labeled_profiler_sample = string * ProfilerSample.t
include sig ... end
val compare_labeled_profiler_sample : labeled_profiler_sample ‑> labeled_profiler_sample ‑> int
val equal_labeled_profiler_sample : labeled_profiler_sample ‑> labeled_profiler_sample ‑> bool
val from_json_string : string ‑> use_signature:bool ‑> labeled_profiler_sample list
val from_json_file : string ‑> use_signature:bool ‑> labeled_profiler_sample list
val create_procname : classname:string ‑> methodname:string ‑> signature:string ‑> InferIR.Typ.Procname.t