Skip to content

implement flame-graph and slow-requrst - #82

Merged
Echways merged 1 commit into
mainfrom
feat/flame-graph-exp-&-slow-req-capture
Sep 15, 2026
Merged

Echways merged 1 commit into
mainfrom
feat/flame-graph-exp-&-slow-req-capture

Conversation

@Echways

@Echways Echways commented Sep 15, 2026

Copy link
Copy Markdown
Owner

No description provided.

Comment on lines +49 to +50
var path = Path.Combine(directory,
DumpFileName.Create(_options.Dump.FileNamePrefix, "shutdown", DateTimeOffset.UtcNow, TraceFormat.FileExtension));
Comment on lines +31 to +32
var path = Path.Combine(slow.Directory!,
DumpFileName.Create(current.Dump.FileNamePrefix, "slow", now, TraceFormat.FileExtension));
[TestMethod]
public async Task SlowRequest_WritesACapture_EvenWhenItThrows()
{
var directory = Path.Combine(Path.GetTempPath(), "embertrace-mw-" + Guid.NewGuid().ToString("N"));
[TestInitialize]
public void Setup()
{
_directory = Path.Combine(Path.GetTempPath(), "embertrace-slow-" + Guid.NewGuid().ToString("N"));
@Echways
Echways merged commit 72a0686 into main Sep 15, 2026
46 checks passed
@Echways
Echways deleted the feat/flame-graph-exp-&-slow-req-capture branch September 15, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants