Cadabra
Computer algebra system for field theory problems
Classes | Functions
Stopwatch.hh File Reference
#include <chrono>
#include <iosfwd>
#include <iostream>

Go to the source code of this file.

Classes

class  Stopwatch
 The Stopwach class provides a simple interace to allow timing function calls etc... More...
 

Functions

std::ostream & operator<< (std::ostream &, const Stopwatch &)
 Print human-readable representation of the time elapsed. More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  lhs,
const Stopwatch rhs 
)

Print human-readable representation of the time elapsed.