0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected 8 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Revert] svn merge -c -1398 lib/sk/rt/unix/generic More... over 16 years ago
Fixing compile on Windsows under MKS Toolkit. More... over 16 years ago
Temporary fix for process exit handling until more information on More... over 16 years ago
Adjusted macos implementation. More... over 16 years ago
Little improvement for linux imlementation. More... over 16 years ago
Implemented virtual memory size queries on Linux. More... over 16 years ago
Scope stream now passes its lock to process info class so that a particular More... over 16 years ago
Added ability to access scope's lock to serialize access to memory queries. More... over 16 years ago
Now that scope arbitrator extends sk::rt::Lock, modified sk::rt::Locker from a More... over 16 years ago
Make scope arbitrator extend sk::rt::Lock interface to act as a lock instead More... over 16 years ago
Added Mac OS X implementation for obtaining process info. More... over 16 years ago
Introduced a class for providing process info. Currently, it encapsulate More... over 16 years ago
Moved time presentation logic into a separate class. It will be implemented More... over 16 years ago
Fixing compile on Windows. More... over 16 years ago
Making things compile on Windows natively. More... over 16 years ago
[Merge] svn merge -c1359 lib/sk/sys/unix/Process.cc lib/sk/sys/mks32/Process.cc More... over 16 years ago
Fixing build issues on AIX. More... over 16 years ago
Fixing linking on AIX. More... over 16 years ago
Added ability to output memory consumption in constructors/desctructors and More... over 16 years ago
Added more scrutinized process/thread spawning to verify memory usage. More... over 16 years ago
Added ability to compile Linux specific content. More... over 16 years ago
Added a test program for obtaing memory usage from within a process itself. More... over 16 years ago
Another utility for memory leak testing in process/thread spawning. More... over 16 years ago
Logging via the scope, not std::cerr to check for leaks. Not confirmed. More... over 16 years ago
Using localtime_r() instead of localtime() to address thread safety. More... over 16 years ago
Properly resetting previous arbitrators when resetting in scope aggregators. More... over 16 years ago
Adding ability to reset arbitrators. ScopeArbitrator delegates this operation More... over 16 years ago
Added ability to reset a Mutex to compensate for Linux bug/feature of not More... over 16 years ago
Reverting change to ReentrantLock in the scope arbitrator as it causes issues. More... over 16 years ago
Added a scope arbitrator setup and got rid of processStarting() as unnecessary More... over 16 years ago