Changeset 3c0d4cd for src/main.cc


Ignore:
Timestamp:
Mar 5, 2019, 2:17:45 PM (5 years ago)
Author:
tdelisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
c884f2d
Parents:
79eaeb7
Message:

Fixed/implemented % of parent printing in timing sections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r79eaeb7 r3c0d4cd  
    194194                } // if
    195195
     196                Stats::Time::StartGlobal();
    196197                NewPass("Parse");
    197                 Stats::Time::StartGlobal();
     198                Stats::Time::StartBlock("Parse");
    198199
    199200                // read in the builtins, extras, and the prelude
     
    247248                // works okay for now.
    248249                CodeTools::fillLocations( translationUnit );
     250                Stats::Time::StopBlock();
    249251
    250252                // add the assignment statement after the initialization of a type parameter
Note: See TracChangeset for help on using the changeset viewer.