-
Hi Is there any plan to support f64 type for parser.try_parse? For instance, I need to get left, top, right, bottom (f64 type) of a rectangle in ETWGUID_DIRTYREGIONEVENT events from Microsoft-Windows-Dwm-Core provider. With this support, we can get a coordination of UI element from etl file and it would be very useful for UI analysis.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, you are right, nothing is implemented in |
Beta Was this translation helpful? Give feedback.
-
Hi @daladim yes, you're right. I tested f32 and it worked!. Thanks. In parser.rs
My codes:
output
|
Beta Was this translation helpful? Give feedback.
Hi @daladim yes, you're right. I tested f32 and it worked!. Thanks.
In parser.rs
My codes:
output