MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / get_time

Method get_time

source/matplot/backend/opengl.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 glfw_is_initialized = true;
95 }
96 double opengl::get_time() {
97 return glfwGetTime();
98 }
99
100 void opengl::window_title(const std::string& title) {
101 if (title != window_title_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected