-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual updates 20241003 improvements data acquisition build timings measurements (20240211) #997
base: main
Are you sure you want to change the base?
Manual updates 20241003 improvements data acquisition build timings measurements (20240211) #997
Conversation
…ild-timings-measurements
…ild-timings-measurements
…ild-timings-measurements
…ild-timings-measurements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than duplicate all this code, it would probably be better to put it in a common script in build/cake
and then use #load
in each script to import it.
We should also consider whether bringing in a whole new dependency with ZString
to build a few strings is worth it.
build.cake
Outdated
@@ -9,6 +9,8 @@ | |||
#addin nuget:?package=Cake.MonoApiTools&version=3.0.5 | |||
#addin nuget:?package=CsvHelper&version=31.0.3 | |||
#addin nuget:?package=SharpZipLib&version=1.4.2 | |||
#addin nuget:?package=SharpZipLib&version=1.4.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate #addin
line.
…ild-timings-measurements
I am investigating some performance improvements XML and JSON serialization/deserialization and string manipulation (ZString in this case to see its API before doing bigger refactorings) |
…ild-timings-measurements
…-measurements' of https://github.com/xamarin/AndroidX into mu-20240211-improvements-data-acquisition-build-timings-measurements
…ild-timings-measurements
…ild-timings-measurements
…ild-timings-measurements
…ild-timings-measurements
Does this change any of the generated binding API's?
No.
Describe your contribution
Cake script modifications to add data acquisition for future investigations of build timings (measurements).