Changeset 57e0289 for src/Common/Stats/Stats.cc
- Timestamp:
- Sep 17, 2020, 1:43:09 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a951171, b2a11ba
- Parents:
- 468c5aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Stats/Stats.cc
r468c5aa r57e0289 35 35 } 36 36 37 namespace ResolveTime { 38 bool enabled = false; 39 } 40 37 41 struct { 38 42 const char * const opt; … … 43 47 { "heap" , Heap::enabled }, 44 48 { "time" , Time::enabled }, 49 { "resolve" , ResolveTime::enabled }, 45 50 }; 46 51
Note: See TracChangeset
for help on using the changeset viewer.