Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/15/20 in all areas

  1. Dave Millington (personal)

    ANN: Parnassus Parallel Debugger

    A new IDE plugin aimed at helped debugging multithreaded apps! https://blogs.embarcadero.com/new-ide-plugin-parnassus-parallel-debugger/ The plugin: Displays all thread call stacks next to each other Lets you step over, run, etc a thread by itself, not the whole process Shows CPU usage by thread Editor integration to see where threads are executing, so you can easily see what other threads are in the same area of code and more... This has taken me five years to write! That said, most of that was downtime due to working too much time to spend time on this - this release is the result of working weekends since August. It's version 1, and I plan to add some more features over the next few months.
  2. New version 14.4.0 released * TMiTeC_Machine - domain detection fixed + TMiTeC_AD - Active Directory object properties evaluation enhanced * TPerfMonThread - Multi-instance counters evaluation fixed + TPerfMonThread - GPU processes and engines monitoring added + TMiTeC_Display - property LUID, PhysID, DriverDesc, DriverVersion, Location, WDDM version and GPU node enumeration added * TMiTeC_Storage - SUBST drives are now correctly evaluated + TMiTeC_Storage - SSD NVMe disks temperature detection * TMiTeC_Internet - Default internet browser and email client detection fixed + TMiTeC_Security - Added product version + TPerfMonThread - Added Demo 33 - GPU Utilization * TMiTeC_CPU - Codename and technology evaluation enhanced + TMiTeC_CPU - CPUIDSignature and MicroCodeRevision properties added * TSysProcMonThread - Fixed process module enumeration + TMiTeC_MachineJournal - Added Power event 41 evaluation + TMiTeC_SMBIOS - Table 2 (Mainboard) compeletd + TMiTeC_SMBIOS - Table 3 (Chassis) completed + TMiTeC_SMBIOS - Table 5 (Memory Controller) completed + TMiTeC_SMBIOS - Table 9 (System Slots) completed + TMiTeC_SMBIOS - Table 12 (System Configuration Options) added + TMiTeC_SMBIOS - Table 13 (BIOS Language Information) added + TMiTeC_SMBIOS - Table 34 (Management Devices) added + TMiTeC_SMBIOS - SMBIOS value reading code example added + TMiTeC_SMBIOS - SMBIOS now saves SMBIOS raw memory to SIF file and reconstructs all data from this record (if available) on load + TMiTeC_Devices - Added Parent field to TDevice to ensure correct device hierarchy + MSIX application - UI enhanced and polished + MSIX application - added embedded vendor and product database so that VendorID and DeviceID/ProductID are now translated to real names + MSIX application - Bus tree is now correctly hierarchised + ROM BIOS Explorer application - UI enhanced and polished For more information about the library, download locations and documentation, see the MiTeC System Information Component Suite Home Page
  3. Lars Fosdal

    git and Delphi tooling?

    @Uwe Raabe - The pro version of Kraken allows me to create and comment on issues in the tracker, being it Jira, GitHub, GitLab, etc. We simply liked Kraken better than Fork - who knows - that may change over time. You can also create a feature, hotfix or release branch from the Issue, ensuring the commit will contain the issue reference.
  4. Uwe Raabe

    Issue with Indexer and VirtualTree paint

    I found a possible cause for the crash, but cannot figure out the condition to make it happen. Nevertheless I changed some code to be prepared for that case and have uploaded a new version. Can you please try if this solves the problem?
×