http://bugs.winehq.org/show_bug.cgi?id=59857 --- Comment #12 from Giang Nguyen <nen24t@gmail.com> --- Created attachment 81165 --> http://bugs.winehq.org/attachment.cgi?id=81165 +d2d excerpt log & callcounts (In reply to Nikolay Sivov from comment #11)
Could you attach +d2d log?
Sure. Vanilla Wine 11.0 (/opt/wine-stable), Serum 2 in REAPER, a few seconds of the animated Chaos:Rossler LFO2 ARP - Fun ElectroAcoustic Jam midi preset preview. The full +d2d log was ~4.6 GB / 46M lines, so I'm attaching a representative 50k-line excerpt (gzip) plus the call-count totals over the whole log: 3,697,434 d2d_geometry_sink_AddLine / AddLines 3,498,492 d2d_device_context_SetTransform 3,360,569 d2d_factory_AddRef 3,359,663 d2d_factory_Release 3,269,619 d2d_bitmap_GetSize 2,759,540 d2d_factory_CreateRectangleGeometry (full list attached as d2d-vanilla-callcounts.txt) So the GUI creates and releases large numbers of transient rectangle/path geometries (and re-AddRefs the factory) per redraw frame. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.