Skip to content

Version 1.9.0

Compare
Choose a tag to compare
@Viladoman Viladoman released this 20 Dec 01:45
· 87 commits to master since this release
  • Data Version is now 12.
  • Includers data now contains also aggregated data for each includee/includer relationship. This allows to target specific includes in specific files that are punsihing for the build times.
  • Include Single tab added in the main Compile Score window to search and find all the solution aggregated data of per instance includes.
    image
  • Includee/Includer data added to Timeline, Includers & QuickInfo.
    image
    image
  • .incl file does not exist anymore, the data is part of the main file as it is mandatory for text highlights
  • Includers graph window has now a Display Mode dropdown to allow to switch between 'Once' ( Files are only present once in the graph ) and 'Full' ( Full includer tree, allowing for files to appear multiple times if needed )
    image
  • Added First pass of Experimental front end parser to retrieve File C++ requirements of its include files automatically and understand why you need each dependency.
    image
    image
  • Added option to search on the Full Path instead of just Name in Units and Includes based overview tables. ( P Toggle at the end of the search bar )
    image
  • Added Command to toggle the in-editor text highlight.
  • Added Unit Time Impact ( Total Translation Unit time associated with this file ). It can be viewed as time spent when editing the given file.
  • Removed Thread information and added Parallel Ratio instead ( Threads were misleading and the information was not accurate under several circumstances ).
    image
  • Fixed crash with spamming clipboard operations.
  • Fixed issue where Build and Profile would not work on nested folders in the solution explorer.
  • Fixed crash on glyph and regex text parsing on rare occasions.
  • Fixed overview tables not reapplying the search filter when updating the scor file
  • More Minor fixes.