Module InferModules.JavaProfilerSamples
module ProfilerSample : InferStdlib.IStd.Caml.Set.S with type ProfilerSample.elt = InferIR.Typ.Procname.tmodule JNI : sig ... endtype labeled_profiler_sample= string * ProfilerSample.t
val compare_labeled_profiler_sample : labeled_profiler_sample -> labeled_profiler_sample -> int
val equal_labeled_profiler_sample : labeled_profiler_sample -> labeled_profiler_sample -> boolval from_json_string : string -> use_signature:bool -> labeled_profiler_sample listval from_json_file : string -> use_signature:bool -> labeled_profiler_sample listval create_procname : classname:string -> methodname:string -> signature:string -> InferIR.Typ.Procname.t