refactor: extract instrument from engine to debug
This commit is contained in:
		
							parent
							
								
									320295ad73
								
							
						
					
					
						commit
						ae336e3bba
					
				
					 3 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <chrono>
 | 
			
		||||
 | 
			
		||||
#include <fstream>
 | 
			
		||||
 | 
			
		||||
namespace lt {
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
#include <engine/debug/instrumentor.hpp>
 | 
			
		||||
#include <debug/instrumentor.hpp>
 | 
			
		||||
 | 
			
		||||
namespace lt {
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
if(NOT WIN32)
 | 
			
		||||
    add_library_module(engine 
 | 
			
		||||
        core/application.cpp
 | 
			
		||||
        debug/instrumentor.cpp
 | 
			
		||||
        layer/layer.cpp
 | 
			
		||||
        layer/layer_stack.cpp
 | 
			
		||||
        time/timer.cpp
 | 
			
		||||
| 
						 | 
				
			
			@ -10,7 +9,6 @@ if(NOT WIN32)
 | 
			
		|||
else()
 | 
			
		||||
    add_library_module(engine 
 | 
			
		||||
        core/application.cpp
 | 
			
		||||
        debug/instrumentor.cpp
 | 
			
		||||
        layer/layer.cpp
 | 
			
		||||
        layer/layer_stack.cpp
 | 
			
		||||
        time/timer.cpp
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue