search for: overcount

Displaying 5 results from an estimated 5 matches for "overcount".

Did you mean: move_count
2016 Apr 22
2
RFC: EfficiencySanitizer Cache Fragmentation tool
...those structs deemed most likely to affect performance. The sorting/filtering metric could include disparity between fields: hot fields interleaved with cold fields, with a total access count high enough to matter. There are a few potential problems with this simple approach: - Overcount: a GEP instruction does not necessarily mean a field access. - Undercount: a GEP instruction may lead to multiple field accesses, especially if the address is passed to another function as an argument. - Racy update by multiple threads. We want to keep the instrumentation simple i...
2015 Jan 21
0
[ANNOUNCE] libdrm 2.4.59
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Adam Cheney (1): Add new DRM_MODE_CONNECTOR and _ENCODER defines Chris Wilson (1): intel: Avoid overcounting fences when emitting self-referential relocs Damien Lespiau (3): intel/skl: Add SKL PCI ids intel/skl: Add gen9 to the buffer manager init intel/skl: add gen9 to the CS decoding init Dave Airlie (1): radeon: align r600/700 fmask to 128 X blocks. Jasper St. Pierre (1):...
2016 Apr 23
2
RFC: EfficiencySanitizer Cache Fragmentation tool
...sorting/filtering metric could include disparity between fields: > > hot > > fields interleaved with cold fields, with a total access count high > > enough to matter. > > > There are a few potential problems with this simple approach: > > > * > > > Overcount: a GEP instruction does not necessarily mean a field > > access. > > > * > > > Undercount: a GEP instruction may lead to multiple field accesses, > > especially if the address is passed to another function as an > > argument. > You can ignore my message; I...
2016 Apr 23
2
RFC: EfficiencySanitizer Cache Fragmentation tool
...ffect performance. The sorting/filtering metric > could include disparity between fields: hot fields interleaved with cold > fields, with a total access count high enough to matter. > > > There are a few potential problems with this simple approach: > > - > > Overcount: a GEP instruction does not necessarily mean a field access. > - > > Undercount: a GEP instruction may lead to multiple field accesses, > especially if the address is passed to another function as an argument. > > > > I changed my mind; don't ignore what I said....
2006 Jan 02
16
DTrace provider for NFS
FYI, I posted a blog a few days ago about a DTrace provider for NFS that is currently in development: http://blogs.sun.com/roller/page/samf?entry=a_dtrace_provider_for_nfs Let''s discuss any questions, comments, etc. here. I also advertised this on nfs-discuss at opensolaris.org. Naturally, I would expect the discussion here to be more on the specifics of DTrace, and the