Move the IDs to the processor
This commit is contained in:
		
							
								
								
									
										23
									
								
								haversine_02/include/processor/ids.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								haversine_02/include/processor/ids.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
#ifndef PROFILER_IDS_H
 | 
			
		||||
#define PROFILER_IDS_H
 | 
			
		||||
 | 
			
		||||
enum profiler_ids {
 | 
			
		||||
  PROFILER_ID_CLI_PARSE,
 | 
			
		||||
  PROFILER_ID_JSON_PARSE,
 | 
			
		||||
  PROFILER_ID_READ_JSON_FILE,
 | 
			
		||||
  PROFILER_ID_PARSER_SETUP,
 | 
			
		||||
  PROFILER_ID_LEX_GET_TOKEN,
 | 
			
		||||
  PROFILER_ID_PARSE_TOKEN,
 | 
			
		||||
  PROFILER_ID_PARSER_TEAR_DOWN,
 | 
			
		||||
  PROFILER_ID_LOAD_JSON_PAIRS,
 | 
			
		||||
  PROFILER_ID_READ_BINARY,
 | 
			
		||||
  PROFILER_ID_HAVERSINE_SUM,
 | 
			
		||||
  PROFILER_ID_HAVERSINE_DISTANCE,
 | 
			
		||||
  PROFILER_ID_HAVERSINE_AVG,
 | 
			
		||||
  PROFILER_ID_TEAR_DOWN,
 | 
			
		||||
  PROFILER_ID_FREE_JSON,
 | 
			
		||||
 | 
			
		||||
  COUNT_PROFILER_IDS,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif // !PROFILER_IDS_H
 | 
			
		||||
		Reference in New Issue
	
	Block a user