fst (merge_brutal increment base_ugraph),
UriManager.UriSet.add uri_of_increment already_contained
-let profiler_merge = HExtlib.profile "CicUniv.merge_graphs"
+(* profiling code; WARNING: the time spent during profiling can be
+ greater than the profiled time
+let profiler_merge = HExtlib.profile "CicUniv.merge_ugraphs"
let merge_ugraphs ~base_ugraph ~increment =
profiler_merge.HExtlib.profile
(fun _ -> merge_ugraphs ~base_ugraph ~increment) ()
+*)
(*****************************************************************************)
(** Xml sesialization and parsing **)