Peter Memishian <peter.memish...@sun.com> writes: > > I'm not seeing this on my machine, but it's a pretty nice one. Even > > over NFS (/ws/onnv-clone), I can page through the history about as fast > > as I can hit the space bar. > > > > Mercurial has some profiling built in. It can use the native Python > > profiler if you specify --profile before the subcommand, and there's an > > --lsprof flag as well, but that will likely point you at extra software to > > download. > > I tried using --profile; it's been stuck at: > > exception raised - generating profile anyway > > ... for the last 20 minutes; prstat again shows hg spinning on-cpu. Seems > like there may be a more systemic problem here, though the problem doesn't > appear to be isolated to a specific machine or repo.
The systemic problem in that case is almost certainly that --profile uses the old implemented-in-python python profiler, which is unthinkably, horrifyingly, slow. Ideally, you'd have an easy way to use python2.5 and cProfile. -- Rich _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org