time_memory_tracker_dune.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 dune_time_tracker: {
4  printSummary : true
5  dbOutput : {
6  filename : "time.db"
7  overwrite : true
8  }
9 }
10 
11 dune_memory_tracker: {
12  includeMallocInfo : true
13  dbOutput : {
14  filename : "mem.db"
15  overwrite : true
16  }
17 }
18 
19 END_PROLOG