diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-04-12 23:21:36 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-04-12 23:21:36 -0400 |
commit | 9fecaccc8e869eb1b5e7d4e30410d202ca92c231 (patch) | |
tree | a0e4f811e0561bd23cae11b65e9923ae35be7c82 /data_analysis/statanalyzer.py | |
parent | a225a4cf05861dc602816c296ac2a84d0b8bc7a4 (diff) |
Add module for C 2 Python interaction
The following are implemented:
static PyMethodDef PmMethods[] = {
{"load", pm_load, METH_VARARGS, "Load data from raw files"},
{"getPreemption", pm_get_preemption, METH_VARARGS,
"Get preemption overheads - length"},
{"getL2Migration", pm_get_samel2, METH_VARARGS,
"Get L2 Migration overheads - length"},
{"getOnChipMigration", pm_get_samechip, METH_VARARGS,
"Get Chip (L2 or L3) overheads - length"},
{"getOffChipMigration", pm_get_offchip, METH_VARARGS,
"Get Off Chip overheads - length"},
{NULL, NULL, 0, NULL}
};
Diffstat (limited to 'data_analysis/statanalyzer.py')
0 files changed, 0 insertions, 0 deletions