Searched defs:InstantEvent (Results 1 – 2 of 2) sorted by relevance
458 type InstantEvent struct { struct459 Ts time.Duration460 Name string461 Category string462 Resource uint64463 Stack int464 Arg any
765 TEST_F(ExportJsonTest, InstantEvent) { in TEST_F() argument