PolyFEM
Loading...
Searching...
No Matches
Timer.hpp File Reference
#include <spdlog/fmt/bundled/color.h>
#include <polyfem/utils/Logger.hpp>
#include <igl/Timer.h>
Include dependency graph for Timer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  polyfem::utils::Timing
 
class  polyfem::utils::Timer
 

Namespaces

namespace  polyfem
 
namespace  polyfem::utils
 

Macros

#define POLYFEM_SCOPED_TIMER(...)   polyfem::utils::Timer __polyfem_timer(__VA_ARGS__)
 

Macro Definition Documentation

◆ POLYFEM_SCOPED_TIMER

#define POLYFEM_SCOPED_TIMER (   ...)    polyfem::utils::Timer __polyfem_timer(__VA_ARGS__)

Definition at line 10 of file Timer.hpp.