ARTS  2.3.1285(git:92a29ea9-dirty)
timings.cc File Reference
#include "timings.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Timings &timings)
 Print timing results. More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Timings timings 
)

Print timing results.

Prints the timing results to the given output stream.

Parameters
osThe output stream to write the timin results to.
timerThe Timings object.
Returns
The output stream.

Definition at line 18 of file timings.cc.

References i, Timings::names, Timings::times, and Timings::total_time.