DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2866
Version: 1.3-feature


This shouldn't be an STR because it's not requesting a specific change to
the lib, it's just asking a general question.

We should really answer this thread in fltk.general.
Speed of execution has a lot to do with the OS and the hardware (disk I/O,
disk caching, font loading..)

OP, you should investigate with strace(1) and/or the profiler 

Please follow up on fltk.general with a recap of the original post,
and try including some more info about your hardware (disk, platform,
compiler..) and info about how are you measuring the 200ms (~1/4 of a
second); is this from when you hit 'enter' to run the program to when the
interface appears? Curious how you're measuring this.

Make sure you rule out OS stuff like the system PATH (supply an absolute
path to the executable), disk I/O (use a ram disk), statically link your
binary, try not using any fonts in the app to see if it's a font loading
issue (font loading might be slow on your system -- if so, you'll want to
check for ways to optimize that..)


Link: http://www.fltk.org/str.php?L2866
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to