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

View File

@@ -251,6 +251,7 @@ struct Entity {
bool generated_from_polymorphic : 1;
bool target_feature_disabled : 1;
bool entry_point_only : 1;
bool no_instrumentation : 1;
String target_feature;
} Procedure;
struct {