mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:32:45 +00:00 
			
		
		
		
	Profiler: Move everything into the "Profiler" namespace
This commit is contained in:
		
							parent
							
								
									d29e2dd2d7
								
							
						
					
					
						commit
						dbbc6096a9
					
				
					 17 changed files with 66 additions and 0 deletions
				
			
		|  | @ -9,6 +9,8 @@ | |||
| #include <AK/StringBuilder.h> | ||||
| #include <stdio.h> | ||||
| 
 | ||||
| namespace Profiler { | ||||
| 
 | ||||
| SamplesModel::SamplesModel(Profile& profile) | ||||
|     : m_profile(profile) | ||||
| { | ||||
|  | @ -91,3 +93,5 @@ void SamplesModel::update() | |||
| { | ||||
|     did_update(Model::InvalidateAllIndices); | ||||
| } | ||||
| 
 | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling