mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
Profiler: Move everything into the "Profiler" namespace
This commit is contained in:
parent
d29e2dd2d7
commit
dbbc6096a9
Notes:
sideshowbarker
2024-07-18 18:43:08 +09:00
Author: https://github.com/awesomekling
Commit: dbbc6096a9
17 changed files with 66 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
#include <serenity.h>
|
||||
#include <string.h>
|
||||
|
||||
using namespace Profiler;
|
||||
|
||||
static bool generate_profile(pid_t& pid);
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue