Peace Lee
Peace Lee
>Will such background information become better represented in the evolving software documentation? I will try! :) >Would you like to extend any help descriptions accordingly? Which data structures are provided...
yes, measuring some kind of function calls is good! But all function tracing will may consume so much time as you can test it :)
The biggest cause of the overhead is not about python code. It's about the cost for ptrace mechanism. it has no requirement such as build option, restart, kernel option for...
It's just about information for user :) in multiple task tracing cases, It helps user can recognize one of them is terminated.
>How do the displays “…with 0…” and “[ERROR] …” fit together? "... with 0" is for trace mode, [ERROR] is for all mode including trace, profile, ... they has different...
what do you think about changing [ERROR] to [WARN] or [INFO]?
You can check at 91,564 line. ``` # print status # SysMgr.printErr( 'terminated %s(%s)' % (self.comm, self.pid)) ``` I will change it to ERROR to WARN so that the message...
gc module is not used yet, but I am considering it's usage to free memory as soon as possible after making temporary caches much.
@yangsso, please try again and share error log :)
@yangsso, could you check it again?