The new 0.17.x development cycle has started. This is the first release introducing several bug fixes and some enhancements.
Changes
- Support simple method-level profiling.
- Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN to vala.m4.
- Bug fixes and binding updates.
The method-level profiling is enabled by adding the [Profile] attribute on top of your methods. When your application terminates, some stats will be printed to the output.
More information at the
homepage of Vala.
Thank you for making profiling as a part of language :) (and in general, I'd like to thank you for Vala). One question though, is it possible to disable profiling with compiler option/flag/anything else?
ReplyDeleteNot yet, it's planned.
ReplyDelete