Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
profiler.cpp File Reference
#include "common/util/profiler.h"
#include <spdlog/spdlog.h>

Functions

void set_time_block (const std::string &str, std::chrono::high_resolution_clock::time_point start, std::chrono::high_resolution_clock::time_point end)
 
std::map< std::string, int > & get_profile_information ()
 

Variables

std::map< std::string, int > profiler_information_map
 

Function Documentation

◆ get_profile_information()

std::map< std::string, int > & get_profile_information ( )

◆ set_time_block()

void set_time_block ( const std::string &  str,
std::chrono::high_resolution_clock::time_point  start,
std::chrono::high_resolution_clock::time_point  end 
)

Variable Documentation

◆ profiler_information_map

std::map<std::string, int> profiler_information_map