From: Robin G. <rg...@bl...> - 2005-01-02 17:45:48
|
Richard Cyganiak wrote: >You are right. Could you please add this to the bug tracker? >http://sourceforge.net/tracker/?group_id=57558&atid=484569 Will do. Also, when I was trying -cvsweb option, I passed it: -cvsweb http://cvs.blackfin.uclinux.org/cgi-bin/cvsweb.cgi And statcvs passed me back urls formed like: http://cvs.blackfin.uclinux.org/cgi-bin/cvsweb.cgi/u-boot_1.1.1/cpu/bf533/interrupts.c.diff?r1=1.15&r2=1.16&f=h However, it needs to have a cvsroot= in it, like so: http://cvs.blackfin.uclinux.org/cgi-bin/cvsweb.cgi/u-boot_1.1.1/cpu/bf533/interrupts.c.diff?cvsroot=uboot533&r1=1.15&r2=1.16&f=h Am I passing the wrong parameter to cvsweb? > > 3) How are the user statistics -> modules -> pie chart created? What > > signifies when something should be kept together? or split apart? > >I'd have to look at the code to say for sure. If I remember correctly, >it works like this: By default, everything is kept separately. If all >of a directory's subdirectories taken together are less than some >threshold, then they will be lumped together. The intention was to >avoid lots of tiny pie slices, but it doesn't work very well, and a >case could be made for dropping these charts from the report >altogether. I actually think this is a great idea, but could be sorted by sub-directory/file and things are added until they hit some threshold. What happens on my logs is that 80% is grouped to "other". Check: http://statcvs.blackfin.uclinux.org/uboot533/user_lgsoft.html http://statcvs.blackfin.uclinux.org/gcc3/user_bernds.html We are doing a linux kernel port to the Blackfin processor, and our log for the kernel cvs is 65Meg. Maybe some note about the -mx java option in the doc would be nice? I also noticed that while running on these large logs, it consumes _very_ large amounts of CPU resources (while running, it takes 96-99% of available CPU). Other than 'nice' any suggestions? Thanks -Robin |