Add frontend stuff instrumentation tooling

//+no-instrumentation
@(no_instrumentation)
@(instrumentation_enter)
@(instrumentation_exit)
This commit is contained in:
gingerBill
2024-01-07 19:56:00 +00:00
parent 1e1228fb37
commit aff8f06e3c
6 changed files with 140 additions and 12 deletions
+2
View File
@@ -76,6 +76,8 @@ enum AstFileFlag : u32 {
AstFile_IsTest = 1<<3,
AstFile_IsLazy = 1<<4,
AstFile_NoInstrumentation = 1<<5,
};
enum AstDelayQueueKind {