Changeset 57e0289 for src/Common/Stats


Ignore:
Timestamp:
Sep 17, 2020, 1:43:09 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a951171, b2a11ba
Parents:
468c5aa
Message:

Added stats option to print stats per expression in new-ast resolution

Location:
src/Common/Stats
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Common/Stats/Stats.cc

    r468c5aa r57e0289  
    3535        }
    3636
     37        namespace ResolveTime {
     38                bool enabled = false;
     39        }
     40
    3741        struct {
    3842                const char * const opt;
     
    4347                { "heap"    , Heap::enabled },
    4448                { "time"    , Time::enabled },
     49                { "resolve" , ResolveTime::enabled },
    4550        };
    4651
Note: See TracChangeset for help on using the changeset viewer.