Skip to content

Performance improvement #24

@kmaki565

Description

@kmaki565

The performance of reading event logs is not optimal. Checking with WPR/WPA, large part of the CPU time is consumed by EventRecord.FormatDescription. The second highest consumer in the test was the WPF PresentationCore, so we may need to look into how to update UI (e.g., how to update the event ObservableCollection) as well.

I'd like to address FormatDescription first by the following ways:

  1. Read event log (description) parallelly
  2. Update framework to .NET 6 (as .NET Framework seems to have a performance issue on FormatDescription)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions