Skip to content

Commit

Permalink
Change default to Tracing to File
Browse files Browse the repository at this point in the history
I used to recommend circular buffer tracing - and it is excellent - but
it seems to be harder for people to use to get good results. I keep
telling people to change the setting, so now I'm just changing the
default.
  • Loading branch information
randomascii committed Feb 19, 2021
1 parent 5e38f01 commit 653d384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIforETW/UIforETWDlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class CUIforETWDlg : public CDialog
CComboBox btInputTracing_;
CStatic btInputTracingLabel_;

TracingMode tracingMode_ = kTracingToMemory;
TracingMode tracingMode_ = kTracingToFile;
// Increase the buffer count by some proportion when tracing to a file
// on a large-memory machine.
int BufferCountBoost(int requestCount) const noexcept;
Expand Down

0 comments on commit 653d384

Please sign in to comment.