Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

ETW is awesome! Been using PerfView for pudding for a while now. Is there a way of using ETW for Java code?


I don't know - can you interop with Win32 from Java on Windows? If so, possibly. I doubt Java itself would have an ETW provider for various runtime events (GC's, contentions etc).


Well, usually via JNI/JNA. Not as pretty as P/Invoke. I guess the lack of PDBs might be an issue for resolving stack traces, even if you don't get GC events.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: