Skip to main content

Home/ Delphi/ Group items tagged performance

Rss Feed Group items tagged

Mr. DiGi

Sampling Profiler - DelphiTools.info - 0 views

  • Using a sampling profilers has benefits: it will not affect the execution speed significantly, neither because of its own execution times, nor because it affects the CPU instruction or data cache by its instrumenting code (ie. you get a measure of actual performance like if there was no profiler running) it is immune to the heisenbug of instrumenting profiler that inflate disproportionately the execution time of small procedures invoked in tight loops or from many contexts in an application’s code. it is able to measure the time spent in other OS components or DLLs (like the video driver, OpenGL, etc.), not just the time spent in your application profiling latencies won’t hide your application’s latencies (hard disk accesses, network accesses, video driver waits…), which can be particularly significant if your application makes asynchronous accesses. it can pinpoint bottlenecks at the code-line level (not just procedure level), for the entire application. it can be used to profile over long periods of time, like a full batch run of computations or a complete game level, you can literally have an application being profiled for days being lightweight, you can profile multiple applications simultaneously (like a client and a server running on the same development machine)
  •  
    Sampling profiler for Delphi 5 to Delphi 2009. Its purpose is to help locate bottlenecks, even in final, optimized code running at full-speed
Mr. DiGi

Raudus.com - 1 views

  • WYSIWYG visual IDE. Just drag & drop components onto a form. Delphi-style application and forms. Visual and non-visual components, delphi-style event handlers. Coding in Delphi only. Minimal use of HTML, CSS and JavaScript. Easy debugging. Run application, refresh browser page and debug. Truly stateful server-side applications. Close and open browser – and return to the same state. AJAX techniques. Asynchronous requests. Page never reloads. Timers, publishers (let you deliver pictures, HTML and arbitrary content to page). TDataSource-compatible components to view and edit data. High performance. Delphi creates native server-side code. Standalone executable, Apache module or FastCGI application. Full cross-browser applications.
  •  
    Web-based, Ajax-driven framework and component set for Delphi, that allow create Rich Internet Applications (RIA). Raudus uses ExtJS GUI library. The development process is very similar to desktop applications development.
  •  
    let me check
Mr. DiGi

Vista 64 + RAD Studio + Adobe Type Manager = 9 second delay - 0 views

  • Solution: Open regedit.exe Navigate to HKLM\Software\Microsoft\Windows NT\CurrentVersion\Font Drivers Make a backup of the “Font Drivers” key Delete the “Adobe Type Manager” entry Navigate to HKLM\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Font Drivers Make a backup of the “Font Drivers” key Delete the “Adobe Type Manager” entry
Mr. DiGi

asmprofiler - Project Hosting on Google Code - 0 views

  •  
    This profiler (Windows NT, 2000, XP and x86) can profile any function (dll, c++, delphi, ?) without changing the original code or even the need of the original code. It uses runtime function detouring and assembly to profile any function. A program can be compiled with the profiler code (delphi) or the precompiled dll can be used (delphi, c++, etc). The to be profiled function can be extracted from debug files (.map, in future .dbg/.pdb), dll imports/exports, or "manual" in code (add by name and pointer).
1 - 4 of 4
Showing 20 items per page