|
From: <no...@tc...> - 2025-10-24 11:33:57
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [1bc0edf1e1db60878a8174c0fc0ed06abd9b7b1c4bfddb0221628acf4cbc20bf] ["update idletasks" command is about 8 times slower] By erikleunissen For Tk On 2025-10-24T11:23:10.246 Details https://core.tcl-lang.org/tk/tinfo?name=1bc0edf1e1db60878a8174c0fc0ed06abd9b7b1c4bfddb0221628acf4cbc20bf Ticket https://core.tcl-lang.org/tk/tktview/7168473e104fe406d4302c69605ab268ea380d4f Changed Fields icomment: Indeed, "update idletasks" invokes the things that were scheduled previously for execution at idle time. That can be anything, and the time it takes to carry out "anything" is included in the command's timing. Therefore, comparing invocations of "update idletasks" is pointless if you didn't exert control over what "update idletasks" invokes in turn. (In the timings that I did, I'm sure that nothing was scheduled for "update idletasks".) login: erikleunissen ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |