| ... | @@ -1916,7 +1916,7 @@ pub fn performAllTheWork(self: *Compilation) error{ TimerUnsupported, OutOfMemor | ... | @@ -1916,7 +1916,7 @@ pub fn performAllTheWork(self: *Compilation) error{ TimerUnsupported, OutOfMemor |
| 1916 | // (at least for now) single-threaded main work queue. However, C object compilation | 1916 | // (at least for now) single-threaded main work queue. However, C object compilation |
| 1917 | // only needs to be finished by the end of this function. | 1917 | // only needs to be finished by the end of this function. |
| 1918 | | 1918 | |
| 1919 | var zir_prog_node = main_progress_node.start("AstGen", self.astgen_work_queue.count); | 1919 | var zir_prog_node = main_progress_node.start("AST Lowering", self.astgen_work_queue.count); |
| 1920 | defer zir_prog_node.end(); | 1920 | defer zir_prog_node.end(); |
| 1921 | | 1921 | |
| 1922 | var c_obj_prog_node = main_progress_node.start("Compile C Objects", self.c_source_files.len); | 1922 | var c_obj_prog_node = main_progress_node.start("Compile C Objects", self.c_source_files.len); |