Google Code Exporter

Results 21406 comments of Google Code Exporter

Original comment by `[email protected]` on 14 Aug 2014 at 6:38 - Added labels: **PropertyPage**, **Usability**

``` It looks like standard graphedit behaviour is to lose unapplied changes when changing tabs. ``` Original comment by `[email protected]` on 5 Nov 2014 at 3:18

``` This would definitely be very useful. However I can't see an obvious way of finding out current buffer usage status or timing Receive calls etc. without using the kind...

``` Issue #72 might be a useful way of timing the duration of Receive calls. Might also allow creation of a wrapper allocator to track allocator activity. ``` Original comment...

``` That should be CoTreatAsClass. Has system wide effect though. http://msdn.microsoft.com/en-us/library/ms693452(VS.85).aspx This StackOverflow question also suggests some useful techniques for spying on COM objects but it could get complicated... http://stackoverflow.com/questions/1505196/spying-on-com-objects...

``` Any more detail on the kind of performance statistics that you'd like to see? I'm warming to this idea... :) ``` Original comment by `[email protected]` on 5 Oct 2012...

Original comment by `[email protected]` on 5 Oct 2012 at 1:34 - Added labels: **Priority-Medium** - Removed labels: **Priority-Low**

``` Hi. Thanks for your kind interest :) My main worry is that in a complex filter graph, threading and optimizations would get nullified by needlessly waiting for a filter...

``` The new analyzer might some of what you need. I'll probably add some support for analyzing IMediaSeeking commands. ``` Original comment by `[email protected]` on 13 Dec 2012 at 2:57