Hi,
Thanks for the reply. I am a git newbie and I think I need more time to understand how to sync code from a branch...
Your finding about console output is valuable. I tried it today, although the result shows it is not too much related with the performance problem on my side. It still reminds me that performance measure should be more cautious, should not only depend on suspect. We need more accurate data to identify where is the real bottle neck.
I simply measure the performance by my iPhone through stop watch:) It seems on my side, there is no much difference when use or not use "--quiet". Use the released 0.9.51, It takes about 5 minutes to finish start the parent process for my program and also about 5 minutes to finish start the child process. When quiet mode is enabled, the parent process takes about 4 minutes and 50 seconds, the child process also takes about 4 minutes and 50 seconds.
l find performance tuning is not an easy job for me. During more testings today, I find my code seems cannot work for some complex cases. I met with a breakpoint address invalid error, which implies that the algorithm to identify address to set break point at in child process has bugs. I will debug more.
Thanks,
Frank
Thanks for the reply. I am a git newbie and I think I need more time to understand how to sync code from a branch...
Your finding about console output is valuable. I tried it today, although the result shows it is not too much related with the performance problem on my side. It still reminds me that performance measure should be more cautious, should not only depend on suspect. We need more accurate data to identify where is the real bottle neck.
I simply measure the performance by my iPhone through stop watch:) It seems on my side, there is no much difference when use or not use "--quiet". Use the released 0.9.51, It takes about 5 minutes to finish start the parent process for my program and also about 5 minutes to finish start the child process. When quiet mode is enabled, the parent process takes about 4 minutes and 50 seconds, the child process also takes about 4 minutes and 50 seconds.
l find performance tuning is not an easy job for me. During more testings today, I find my code seems cannot work for some complex cases. I met with a breakpoint address invalid error, which implies that the algorithm to identify address to set break point at in child process has bugs. I will debug more.
Thanks,
Frank






