Posts by chrono • 31 points
2 posts
-
0
votes0
answers73
viewsQ: Java Date Picking Up Wrong Time
Well, I’m having the following problem getting the system time. in a java process I’m working on I performed the tests at a certain time, and the method below returned 1 hour more SimpleDateFormat…
-
3
votes1
answer196
viewsQ: How to see the cpu usage percentage of each thread of a java process
Well, I have a cpu usage problem, and I don’t know exactly which class or Thread you are consuming ( there’s no way to know externally the code ), I was wondering if you have any method that shows…