Module InferModules__JavaProfilerSamples
type labeled_profiler_sample = string * ProfilerSample.t
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