J
John Bailo
I wrote a simple test program, console, that does one thing: log
DateTime.Now to a trace file.
I thought it would be lickety-split, but it's taking more than 10
minutes to write 1 million lines.
I looked at the trace and it's doing about 20 lines per second.
That's very slow.
I use Tracing a lot in my applications, and now I'm thinking its a big
overhead.
DateTime.Now to a trace file.
I thought it would be lickety-split, but it's taking more than 10
minutes to write 1 million lines.
I looked at the trace and it's doing about 20 lines per second.
That's very slow.
I use Tracing a lot in my applications, and now I'm thinking its a big
overhead.