Skip to content

Commit

Permalink
Improve home page (fix #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
verdie-g committed Apr 28, 2024
1 parent 42abe17 commit 2685204
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions DotnetEventViewer/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@

<PageTitle>Home</PageTitle>

<h1>.NET Event Viewer</h1>

<p>
This project is a modern <a href="https://github.com/microsoft/perfview" target="_blank">PerfView</a> alternative to
analysis nettrace files collected from the .NET runtime's <a href="https://learn.microsoft.com/en-us/dotnet/core/diagnostics/eventpipe" target="_blank">EventPipe</a>
or through the tool <a href="https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-trace" target="_blank">dotnet-trace</a>.
</p>

<p>
This analysis tool is compiled to WebAssembly, ensuring that everything runs within your browser, and trace files
remain confined to it. You can check out the code on <a href="https://github.com/verdie-g/dotnet-event-viewer" target="_blank">GitHub</a>.
</p>

<FluentInputFile Id="input-nettrace-file"
Mode="InputFileMode.Stream"
MaximumFileCount="1"
Expand Down

0 comments on commit 2685204

Please sign in to comment.