0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 05, 2025 — Jul 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced further mentions of LANS with Triad More... over 7 years ago
Replace LANS with Triad as the copyright holder More... over 7 years ago
Rename LICENSE to LICENSE.md More... over 7 years ago
Renamed github.com/losalamos to github.com/lanl More... over 9 years ago
Updated documentation URL in the README More... almost 11 years ago
Added LANL LA-CC number to the README file More... almost 11 years ago
Updated to work with PAPI 4.2.1 and the new go tool. More... over 14 years ago
Updated the code to build with the latest weekly release of Go (2f4482b89a6b weekly/weekly.2011-11-09). More... over 14 years ago
Mentioned the online GoPkgDoc API documentation in go-papi's README.md file. More... almost 15 years ago
Updated the build instructions in the README.md file. More... almost 15 years ago
Corrected (I hope) the Github URL for the go-papi LICENSE file. More... almost 15 years ago
Wrote a basic README file (in Markdown format) to appear in the distribution and in the losalamos Github repository. More... almost 15 years ago
Added a license file containing the official LANS verbiage. More... almost 15 years ago
Wrote a SetDebugLevel() wrapper for PAPI_set_debug(). More... about 15 years ago
Added a GetComponentInfo() wrapper and its associated ComponentInfo data structure. More... about 15 years ago
Added GetNumCounters() and GetNumComponents() wrappers. More... about 15 years ago
Constructed InitMultiplex(), GetMultiplex(), SetMultiplex(), AssignComponent(), and ListEvents() wrappers for PAPI functions. More... about 15 years ago
Added the ability to convert an EventModifier to a user-friendly string. More... about 15 years ago
Wrote Go wrappers for EnumEvents() and GetEventInfo() and their associated types. This required making the consts2code script a lot more flexible. More... about 15 years ago
Added wrappers for PAPI's basic low-level event-set functions. More... about 15 years ago
Modified StringToEvent to return an os.Error. Corrected os.Error usage throughout the package. More... about 15 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... about 15 years ago
Made minor modifications. More... about 15 years ago
Wrapped PAPI_get_dmem_info() within a GetDynMemInfo() function. More... about 15 years ago
Created a GetHardwareInfo() wrapper for PAPI_get_hardware_info() and wrappers for the numerous datatypes needed to describe the hardware. More... about 15 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... about 15 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... about 15 years ago
Made minor modifications to get the package summary to show up when run through godoc. More... about 15 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... about 15 years ago
Modified the Perl script to find .h files automatically. More... about 15 years ago