refactor: change profile log directory
This commit is contained in:
		
							parent
							
								
									310d8d3579
								
							
						
					
					
						commit
						8ee2407d5d
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -23,7 +23,7 @@ Application::Application(): m_window(nullptr)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	log_debug_data();
 | 
						log_debug_data();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Light::Instrumentor::begin_session("Logs/ProfileResults_Startup.json");
 | 
						Light::Instrumentor::begin_session("data/logs/profile_startup.json");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	m_window = Window::create([this](auto &&PH1) { on_event(std::forward<decltype(PH1)>(PH1)); });
 | 
						m_window = Window::create([this](auto &&PH1) { on_event(std::forward<decltype(PH1)>(PH1)); });
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -47,7 +47,7 @@ void Application::game_loop()
 | 
				
			||||||
	m_window->set_visibility(true);
 | 
						m_window->set_visibility(true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Instrumentor::end_session();
 | 
						Instrumentor::end_session();
 | 
				
			||||||
	Instrumentor::begin_session("Logs/ProfileResults_GameLoop.json");
 | 
						Instrumentor::begin_session("data/logs/profile_game_loop.json");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* game loop */
 | 
						/* game loop */
 | 
				
			||||||
	auto timer = Timer {};
 | 
						auto timer = Timer {};
 | 
				
			||||||
| 
						 | 
					@ -100,7 +100,7 @@ void Application::game_loop()
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Instrumentor::end_session();
 | 
						Instrumentor::end_session();
 | 
				
			||||||
	Instrumentor::begin_session("Logs/ProfileResults_Termination.json");
 | 
						Instrumentor::begin_session("data/logs/profile_cleanup.json");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void Application::quit()
 | 
					void Application::quit()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue