BigRational ToDecimalString(int digits),Parse and TryParse

first post: moozoo wrote: I'd like to see the addition of NaN, PositiveInfinity and NegativeI...

Timestamp skew in TraceEvent?

first post: morecoffee wrote: I’m using the 1.2.7.1 version of TraceEvent in a real-time consumer...

latest post: vancem wrote: I will be updating the source but exactly when I don't exactly know...

Capturing existing providers events

first post: doronlevi wrote: Hi, I took the MySimpleMonitor and tried to replace the Microsof...

Bug Fixes in PerfMonitor V2.01 and TraceEvent 1.2.7.1

first post: VanceMorrison wrote: There was a bug in TraceEvent 1.2.7 that caused the TraceLog class...

Confusion about BigRational and Double

first post: jasonrbock wrote: I have the following code:var q = new BigRational(new BigInteger(22...

latest post: TomSpilman wrote: Note... as of today this fix has still not made it into the BigRat...

Problem getting payload from ETW event

first post: paulspiteri wrote: Hi I need some guidance on getting the args from an event written ...

latest post: paulspiteri wrote: Thanks, very helpful. Paul

etw trace event message

first post: bobtail0925 wrote: Hi, Does anyone have any idea how to print out the event message i...

latest post: vancem wrote: What ETW processing DLL are you using?

BigFloat needed

first post: iperez wrote: Is there a BigFloat class coming? We need a way to have arbitrary ...

Create a directory as Directory.CreateDirectory does.

first post: typingcat wrote: I wrote a method. I would like to share with others, because proba...

latest post: typingcat wrote: Thank you for providing the free library but after spending a few h...

Excellent Starting Platform! Patches Included!

first post: babzog wrote: This was exactly what we needed to get around the (utterly ridiculo...

latest post: dutop wrote: Wait... if I want to delete the directory C:\temp\a\b, it will dele...

DynamicTraceEventParser example?

first post: powerchimp wrote: Stubbled upon this library and am loving it! I find it easy and st...

latest post: Vancem wrote: Sometime this summer is still the best ETA for the next release. ...

How to implement real-time cosumer of ETW with using TraceEvent

first post: jeremychiong wrote: Hi, First oh all, Great thanks for maintaining this project, it is...

latest post: vancem wrote: The easiest way to 'explore' what you can do is in a debugger, and ...

Explorer plugin for long path names

first post: Commandovirus wrote: Hallo everyone, I am very unexperience, and I have a huge number of...

Consume real-time ETW events from registered providers

first post: shwur wrote: Hi and many thanks for maintaining this project.I am currently look...

latest post: Vancem wrote: The next version of TraceEvent should come out by the end of the ca...

Unmanaged Memory Consumption during trace > 300MB

first post: SeidChr wrote: Hi,Is there anyone else having this issue and might have a solution...

latest post: Vancem wrote: As you have seen, when you are dealing with a perf-critical code pa...

Receiving FileIoName events not possible

first post: SeidChr wrote: Hi,I' trying to track file write io for certain files in a given di...

latest post: Vancem wrote: What is needed is the FileName 'rundown' events. These events ma...

file size

first post: Mattpstanding wrote: How do I return the file size with enumerating directory contents w...

howto get LastWriteTime ?

first post: rebel29270 wrote: Dear all,in vb.net with this dll, how do you do to get lastwritetim...

Kernel tracing of Registry events and high CPU

first post: powerchimp wrote: I've been using TraceEvent to monitor File, Network and Process ker...

latest post: VanceMorrison wrote: I think I know what the problem is. I will fix in the master copy,...

EnumerateFileSystemEntries in LongPath library

first post: dmkp wrote: I have a quick question. Why does it remove the long path prefix be...

WIN32_FIND_DATA or Equivalent in Long Path

first post: EagleSigma wrote: Hi there, I'm a noob with c# so my apologies if it's something obvi...

latest post: dmkp wrote: I've created the equivalent of FileInfo if you want it to add to th...

How to get call stack of an exception thrown event

first post: sukhoeing wrote: I use TraceEvents class to capture all clr exception events : name...

latest post: vancem wrote: It will be a few days before I can look at this. I will report b...

Human readable output

first post: KevinBurton wrote: I understand I can run 'perfMonitor start' and it will collect mach...

latest post: vancem wrote: PerfMonitor has a number of ways of displaying the data in an ETL f...

Event Message

first post: ankor wrote: I am using TraceLog and TraceEvent classes to navigate through even...

latest post: vancem wrote: Currently TraceEvent only parses well on CLR and Kernel events (whi...

How does one get '% of CPU per Process" out of the KernelTraceEventParser?

first post: plumpie wrote: I was looking through the code for this class and I can't seem to f...

latest post: vancem wrote: This is months late, but for sake of others, here is some informati...

Rationale about not implementing IConvertible on BigRational

first post: codekaizen wrote: I'm writing some code which allows conversion from various types an...

latest post: davkean wrote: This is because we consider IConvertible a legacy interface. It cau...

Recursive file/directory listings

first post: ccurrens wrote: It would be nice to have support for listing files and/or directori...

latest post: davkean wrote: ccurrens wrote: It would be nice to have support for listing files...

DirectorySecurity

first post: EdwardWillemsen wrote: When reading the AuthorizationRuleCollection using the DirectorySec...

latest post: davkean wrote: This discussion has been copied to a work item. Click here to go to...

BigRational(whole, numerator, denominator) is confusing with negative parts

first post: bmenees wrote: BigRational(whole, numerator, denominator) sets m_denominator = den...

latest post: codekaizen wrote: I agree, this constructor is confusing. I don't know of anyone who ...

KernelTraceControl.dll missing from distribution

first post: jsweber wrote: I know you don't officially support Windows XP, but that is the OS ...

Event consumer for WPF

first post: JanuszCz wrote: XP pro, .NET 3.5.I am trying to profile WPF (Windows Presentation F...

Custom TraceEventParser and parser tool

first post: hernandelahitte wrote: Do know when will be oout the tool to generate C# code from the pro...

TraceEvent for ETW (usage advise)

first post: hernandelahitte wrote: Hi,I'm working on a project that need to produce and consume ETW ev...

latest post: hernandelahitte wrote: Thanks Gary for you response. We need basically some code to watch ...

AlphaFS

first post: normalex wrote: hey guys, i just noticed that lots of work is being done on two pro...

latest post: davkean wrote: I had a look at the overview and CHM (unfortunately, I can't look a...

Finally!

first post: inbar wrote: Well, it took many years, but I'm here to congratulate you for the ...

latest post: davkean wrote: Thanks Inbar. Have a play around the bits and tell us what you think.

Any particular reason for using .NET 4.0?

first post: stevegibson wrote: We're still using VS2008 and .NET 3.5, and probably will be for som...

latest post: davkean wrote: This discussion has been copied to a work item. Click here to go to...

releases RSS feed is quite spammy

first post: wcoenen wrote: I've subscribed to the RSS feed for this project, but I'm getting w...

latest post: davkean wrote: This is just temporary, one of our developers updated the TraceEven...

Please add a method to send a long path file to recycle bin

first post: Cyber_Sinh wrote: An important missing feature in the classic System.IO namespace.Tha...

latest post: davkean wrote: This discussion has been copied to a work item. Click here to go to...

Support for UNC paths

first post: mongolloyd wrote: Support for long UNC paths (using the special "\\UNC\" prefix) woul...

latest post: davkean wrote: This discussion has been copied to a work item. Click here to go to...

  • 1-39 of 39 discussions
    • Previous
    • 1
    • Next