About 124 results
Open links in new tab
  1. Timing and performance data · KirillOsenkov ... - GitHub

    Nov 25, 2023 · A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values. - Timing and performance data · KirillOsenkov/MSBuildStructuredLog Wiki

  2. Home · KirillOsenkov/MSBuildStructuredLog Wiki · GitHub

    Dec 5, 2023 · Search Syntax Viewer UI MSBuild Resources MSBuild Tips & Tricks Log Format Adding the logger to your CI Build Double write detection ResolveAssemblyReference Timing and …

  3. Analyze Property And Item Evaluation Phase Performace #648

    But Tasks seem not to be the root cause for the overall build time of over one second. Is it possible to analyze the performance beyond the pure task execution time? Does the structure logger have some …

  4. Task Parameter Logging · KirillOsenkov/MSBuildStructuredLog Wiki

    Pages 23 Search Syntax Stats String Hashing Target Maps Task Parameter Logging Timing and performance data TreeView Virtualization Viewer UI

  5. Prototype binlog redaction, perf and other fixes #718 - GitHub

    Nov 8, 2023 · tons of small performance and memory fixes, should help with binlog loading time and memory consumption Prototype of File Copy Map: search for $copy file\path or $copy directory\path …

  6. Timing and performance data · KirillOsenkov ... - GitHub

    A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values. - Timing and performance data · KirillOsenkov/MSBuildStructuredLog Wiki

  7. MSBuild Resources · KirillOsenkov/MSBuildStructuredLog Wiki · GitHub

    Pages 22 Stats String Hashing Target Maps Task Parameter Logging Timing and performance data TreeView Virtualization Viewer UI

  8. ProcessGraph dominates log load performance #310 - GitHub

    @cdmihai we've regressed the binlog load performance by a lot. I'm going to try and make the graph lazy and also limit it to under a certain size.

  9. Target Maps · KirillOsenkov/MSBuildStructuredLog Wiki · GitHub

    Matrix MSBuild Resources MSBuild Tips & Tricks Reading binlog files programmatically Reading Compiler invocations Reading project properties and items from a logger …

  10. Aggregate analyzer performance statistics #450 - GitHub

    Currently, the analyzer execution times reported by the report analyzer feature are interspersed through the binary log. It would be nice to add a viewer feature that aggregates these times for qui...