examples
examples copied to clipboard
gtktest consumes ~75% of cpu on OS X
Reproduction:
Build examples using cargo build --release --features gtk_3_10 on OS X El Capitan.
Observed:
~75% cpu usage (and 45M resident memory use) as seen through top -o cpu
Expected: As an example, gtktest should consume almost no resources as it is not doing anything afaict.
Seems it because GtkSpinner implementation as it working all time,
without it gtktest don't consume CPU.
75% cpu seems excessive for drawing a spinner. Is this a gtk bug or gtk-rs?
Gtk's, as gtk-rs only wrapper. There was already many bugs filled in Gtk like https://bugzilla.gnome.org/show_bug.cgi?id=684639