Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SnuMAP/SnuMAP
Lightweight Trace Profiler for Multi/Manycore Systems
https://github.com/SnuMAP/SnuMAP
multicore numa profiler tracer
Last synced: 3 days ago
JSON representation
Lightweight Trace Profiler for Multi/Manycore Systems
- Host: GitHub
- URL: https://github.com/SnuMAP/SnuMAP
- Owner: SnuMAP
- License: gpl-3.0
- Created: 2016-09-27T12:22:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T06:09:38.000Z (about 6 years ago)
- Last Synced: 2024-05-03T06:58:16.556Z (7 months ago)
- Topics: multicore, numa, profiler, tracer
- Language: Python
- Homepage: http://csap.snu.ac.kr/software/snumap
- Size: 458 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-numa - SnuMAP - A NUMA performance profiler (Observation and profiling tools)
README
================================================================================
SnuMAPSnuMAP is an open-source OS-level multi/many-core application profiler.
This framework contains the software package for SnuMAP, and provide
installation and SnuMAP testing guide.SnuMAP is developed by Younghyun Cho, Camilo A. Celis Guzman, Heesik Shin
at Seoul National University as part of Computer Systems and Platforms
Laboratory (http://csap.snu.ac.kr) under the direction of Prof. Bernhard Egger.Current website:
http://csap.snu.ac.kr/software/snumap================================================================================
Access to a test machineIf you want to test SnuMAP on our platform, contact us.
For the testing, we can provide you the access to our one multi-core platform,
32-core (2-socket) AMD Opteron server.Contact point: Younghyun Cho
================================================================================
Package Organization[bin]
SnuMAP binaries and tools.[examples]
Example open-source test applications, application implementations are not ours.
This directory also contains our experimental results on our target platforms.[lib]
SnuMAP library files.[src]
SnuMAP software source code.
We have several modules inside the directory.
1. kernel-module
2. kernel-patches
3. snumap-application interface
4. snumap-main (trace-profiler)
5. snumap-numa (numa-performance profiler)================================================================================
Installation GuidePlease refer to the INSTALL file.
================================================================================
How to use SnuMAP?Please refer to the USAGE file.
================================================================================
Last modification: 2017-01