1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 9 years ago
Fixed: Issue 32 - Will not fix... costs performance to check and is extremely unlikely to happen More... almost 12 years ago
Changed: Issue #41 and Issue #33 - Now using ZMQ Pub/Sub to transfer the data. That way unused data will not block the users application. It also means that it is possible to distribute the data in a way it is meant to be distributed. More... almost 12 years ago
Added the Library Path to test.py, else the linux tests will fail... More... almost 12 years ago
Fixed: Issue #43 - Should now build on Linux again... just a minor forgotten build-detail... More... almost 12 years ago
Fixed: Issue #39 - The Cxxprof_Static lib is now static More... almost 12 years ago
Added: VC100 Thirdparty More... almost 12 years ago
Added: Issue #1: Configuration for the network plugin is now possible via environment variable (CXXPROF_ADDRESS) More... almost 12 years ago
Update README.md More... almost 12 years ago
Added: There are now conditional macros for creating Activities, Marks and Plots. This allows the user to just profile certain things if the condition is true. More... almost 12 years ago
Added: It is now possible to load multiply DynCxxProfs at once, the StaticCxxProf will simply load everything it finds instead of just the first plugin it finds. More... almost 12 years ago
Update README.md More... almost 12 years ago
Added: Just a try to see if clang works too More... almost 12 years ago
Changed: Issue #35: Now using boost::int64_t, improving portability. More... almost 12 years ago
Fixed: Issue #36 - Crash at shutdown More... almost 12 years ago
Added: getThirdparty.py now will always ask for the Thirdparty which should be installed More... almost 12 years ago
Update README.md More... almost 12 years ago
Update README.md More... almost 12 years ago
Fixed: Do not set PATH on Linux systems... binaries won't be found anymore More... almost 12 years ago
Added: Now test.py has the ability to run native ctest too More... almost 12 years ago
Fixed: now exporting the right LD_LIBRARY_PATH (no relative path valid) More... almost 12 years ago
Fixed: Missing LD_LIBRARY_PATH statement More... almost 12 years ago
Fixed: the --no-cmake option broke the build-script :/ More... almost 12 years ago
Added: Option to build with native cmake (useful on Linux) More... almost 12 years ago
Fixed: Error with variables More... almost 12 years ago
Added: Some thirdparty-related stuff More... almost 12 years ago
Update README.md More... almost 12 years ago
Changed: Managed the TODOs while adding them to the issue-tracker More... almost 12 years ago
Added: The convert-script now also uses the Starttime of each App. By that it is possible to profile several applications/processes at the same time and see how they work together More... almost 12 years ago
Added: Timestamp of the application is stored appropriately. Not implemented for the convertDb.py script yet (will do next) Fixed: Now using int64_t, as SQLite is not able to store bigger values (or uint64_t) More... almost 12 years ago