openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
G
go-papi
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Jan 09, 2025 — Jan 09, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Replaced further mentions of LANS with Triad
Scott Pakin
More...
almost 7 years ago
Replace LANS with Triad as the copyright holder
Scott Pakin
More...
almost 7 years ago
Rename LICENSE to LICENSE.md
Scott Pakin
More...
almost 7 years ago
Renamed github.com/losalamos to github.com/lanl
Scott Pakin
More...
almost 9 years ago
Updated documentation URL in the README
Scott Pakin
More...
over 10 years ago
Added LANL LA-CC number to the README file
Scott Pakin
More...
over 10 years ago
Updated to work with PAPI 4.2.1 and the new go tool.
Scott Pakin
More...
almost 14 years ago
Updated the code to build with the latest weekly release of Go (2f4482b89a6b weekly/weekly.2011-11-09).
Scott Pakin
More...
about 14 years ago
Mentioned the online GoPkgDoc API documentation in go-papi's README.md file.
Scott Pakin
More...
over 14 years ago
Updated the build instructions in the README.md file.
Scott Pakin
More...
over 14 years ago
Corrected (I hope) the Github URL for the go-papi LICENSE file.
Scott Pakin
More...
over 14 years ago
Wrote a basic README file (in Markdown format) to appear in the distribution and in the losalamos Github repository.
Scott Pakin
More...
over 14 years ago
Added a license file containing the official LANS verbiage.
Scott Pakin
More...
over 14 years ago
Wrote a SetDebugLevel() wrapper for PAPI_set_debug().
Scott Pakin
More...
over 14 years ago
Added a GetComponentInfo() wrapper and its associated ComponentInfo data structure.
Scott Pakin
More...
over 14 years ago
Added GetNumCounters() and GetNumComponents() wrappers.
Scott Pakin
More...
over 14 years ago
Constructed InitMultiplex(), GetMultiplex(), SetMultiplex(), AssignComponent(), and ListEvents() wrappers for PAPI functions.
Scott Pakin
More...
over 14 years ago
Added the ability to convert an EventModifier to a user-friendly string.
Scott Pakin
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.
Scott Pakin
More...
over 14 years ago
Added wrappers for PAPI's basic low-level event-set functions.
Scott Pakin
More...
over 14 years ago
Modified StringToEvent to return an os.Error. Corrected os.Error usage throughout the package.
Scott Pakin
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."
Scott Pakin
More...
over 14 years ago
Made minor modifications.
Scott Pakin
More...
over 14 years ago
Wrapped PAPI_get_dmem_info() within a GetDynMemInfo() function.
Scott Pakin
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.
Scott Pakin
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).
Scott Pakin
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).
Scott Pakin
More...
over 14 years ago
Made minor modifications to get the package summary to show up when run through godoc.
Scott Pakin
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().
Scott Pakin
More...
over 14 years ago
Modified the Perl script to find .h files automatically.
Scott Pakin
More...
over 14 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree