erpt: skeleton sprofile apis

This commit is contained in:
Michael Scire
2021-09-15 21:50:06 -07:00
parent 5c89aaf31a
commit 39688c7d47
19 changed files with 492 additions and 1 deletions

View File

@@ -201,6 +201,12 @@ int main(int argc, char **argv)
/* Start the erpt server. */
R_ABORT_UNLESS(erpt::srv::InitializeAndStartService());
/* Initialize the sprofile server. */
sprofile::srv::Initialize();
/* Start the sprofile ipc server. */
sprofile::srv::StartIpcServer();
/* Wait forever. */
erpt::srv::Wait();