ATLAS Offline Software
Classes | Functions
Timer.cxx File Reference
#include <chrono>
#include <iostream>
Include dependency graph for Timer.cxx:

Go to the source code of this file.

Classes

struct  Timer
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 28 of file Timer.cxx.

28  {
29  Timer timer;
30  timer.timeit();
31 }
python.utils.AtlRunQueryTimer.timer
def timer(name, disabled=False)
Definition: AtlRunQueryTimer.py:85