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.
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)
 

Variables

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

Function Documentation

◆ 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