0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jan 09, 2025 — Jan 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced further mentions of LANS with Triad More... almost 7 years ago
Replace LANS with Triad as the copyright holder More... almost 7 years ago
Rename LICENSE to LICENSE.md More... almost 7 years ago
Renamed github.com/losalamos to github.com/lanl More... almost 9 years ago
Updated documentation URL in the README More... over 10 years ago
Added LANL LA-CC number to the README file More... over 10 years ago
Updated to work with PAPI 4.2.1 and the new go tool. More... almost 14 years ago
Updated the code to build with the latest weekly release of Go (2f4482b89a6b weekly/weekly.2011-11-09). More... about 14 years ago
Mentioned the online GoPkgDoc API documentation in go-papi's README.md file. More... over 14 years ago
Updated the build instructions in the README.md file. More... over 14 years ago
Corrected (I hope) the Github URL for the go-papi LICENSE file. More... over 14 years ago
Wrote a basic README file (in Markdown format) to appear in the distribution and in the losalamos Github repository. More... over 14 years ago
Added a license file containing the official LANS verbiage. More... over 14 years ago
Wrote a SetDebugLevel() wrapper for PAPI_set_debug(). More... over 14 years ago
Added a GetComponentInfo() wrapper and its associated ComponentInfo data structure. More... over 14 years ago
Added GetNumCounters() and GetNumComponents() wrappers. More... over 14 years ago
Constructed InitMultiplex(), GetMultiplex(), SetMultiplex(), AssignComponent(), and ListEvents() wrappers for PAPI functions. More... over 14 years ago
Added the ability to convert an EventModifier to a user-friendly string. More... over 14 years ago
Wrote Go wrappers for EnumEvents() and GetEventInfo() and their associated types. This required making the consts2code script a lot more flexible. More... over 14 years ago
Added wrappers for PAPI's basic low-level event-set functions. More... over 14 years ago
Modified StringToEvent to return an os.Error. Corrected os.Error usage throughout the package. More... over 14 years ago
Changed the package interface to return os.Error instead of papi.Errno from most functions. This is more in line with the Effective Go document's statement that, "By convention, errors have type os.Error." More... over 14 years ago
Made minor modifications. More... over 14 years ago
Wrapped PAPI_get_dmem_info() within a GetDynMemInfo() function. More... over 14 years ago
Created a GetHardwareInfo() wrapper for PAPI_get_hardware_info() and wrappers for the numerous datatypes needed to describe the hardware. More... over 14 years ago
Refactored papi_test.go into tests of high-level functions (papi_hl_test.go), tests of low-level functions (papi_ll_test.go) and tests of miscellaneous functions (papi_test.go). More... over 14 years ago
Refactored papi.go into high-level functions (papi-high.go), low-level functions (papi-low.go) and initialization and miscellaneous functions (papi.go). More... over 14 years ago
Made minor modifications to get the package summary to show up when run through godoc. More... over 14 years ago
Added a NumCounters variable and StartCounters(), ReadCounters(), AccumCounters(), StopCounters(), and StringToEvent() functions. Wrote tests for all of the above plus Flips(), Flops(), and Ipc(). More... over 14 years ago
Modified the Perl script to find .h files automatically. More... over 14 years ago