]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/acic2Procedural.ml
new directory for the newGeneration refiner
[helm.git] / helm / software / components / acic_procedural / acic2Procedural.ml
index deb3088f22537b32e368a03b54de920e8776a488..ce6316de1f3ad8702c51b0776543f95ad6d0afda 100644 (file)
@@ -489,10 +489,13 @@ let procedural_of_acic_object ~ids_to_inner_sorts ~ids_to_inner_types ?depth
       context     = [];
       case        = []
    } in
+   H.print_times "LEVEL 2";
    HLog.debug "Procedural: level 2 transformation";
    let steps = proc_obj st ?flavour anobj in
+   H.print_times "RENDERING";
    HLog.debug "Procedural: grafite rendering";
-   List.rev (T.render_steps [] steps)
+   let r = List.rev (T.render_steps [] steps) in
+   H.print_times "DONE     "; r
 
 let procedural_of_acic_term ~ids_to_inner_sorts ~ids_to_inner_types ?depth
    prefix context annterm =