TimeTracker_t2.fcl
Go to the documentation of this file.
1 #include "TimeTracker_t1.fcl"
2 
3 # The following removes the 'scheduler' table and overwrites the
4 # 'TimeTracker' configuration to execute default behavior except for
5 # the 'printSummary' flag.
6 services: {
7  TimeTracker: {
8  printSummary: false
9  }
10 }
11 
12 process_name: TimingServiceTest2