Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T126559
Change Details
Change Details
Old
New
Diff
``` for'_n'from 0 to 1000 do{addMissionEventHandler['EachFrame',{for'_n'from 0 to 10 do{_n=9999*9999/9999*9999/9999}}]} ``` makes 1000 tasks without actions which need to be synchronous with other processes, but result is: FPS going down, CPU load-no changes;
``` for'_n'from 0 to 1000 do{addMissionEventHandler['EachFrame',{for'_n'from 0 to 10 do{_n=9999*9999/9999*9999/9999}}]} ``` makes 1000 tasks without actions which need to run synchronous with other processes, but result is: FPS going down, CPU load-no changes;
``` for'_n'from 0 to 1000 do{addMissionEventHandler['EachFrame',{for'_n'from 0 to 10 do{_n=9999*9999/9999*9999/9999}}]} ``` makes 1000 tasks without actions which need to
be
run
synchronous with other processes, but result is: FPS going down, CPU load-no changes;
Continue