1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:37:45 +00:00

UserspaceEmulator+LibC: Add support for Region-of-Interest profiling

This commit is contained in:
Ali Mohammad Pur 2021-08-08 03:00:17 +04:30 committed by Ali Mohammad Pur
parent 18b2484985
commit 64ccf2196c
6 changed files with 51 additions and 1 deletions

View file

@ -129,4 +129,6 @@ int setkeymap(const char* name, const uint32_t* map, uint32_t* const shift_map,
uint16_t internet_checksum(const void* ptr, size_t count);
int emuctl(uintptr_t command, uintptr_t arg0, uintptr_t arg1);
__END_DECLS