mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "Process.h"
|
||||
|
||||
namespace Profiler {
|
||||
|
||||
Thread* Process::find_thread(pid_t tid, u64 timestamp)
|
||||
{
|
||||
auto it = threads.find(tid);
|
||||
|
@ -115,3 +117,5 @@ const LibraryMetadata::Library* LibraryMetadata::library_containing(FlatPtr ptr)
|
|||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue