af6567ebdb
* Lock Pandas to version 1.4.3 for tutorial
Signed-off-by: colramos-amd <colramos@amd.com>
* Establish connection between kernel related flags in Analyze Mode (#187)
Signed-off-by: colramos-amd <colramos@amd.com>
* Fixing bug in kernel/dispatch filter pytest
Signed-off-by: colramos-amd <colramos@amd.com>
* More CI logic errors fixed
Signed-off-by: colramos-amd <colramos@amd.com>
* Update CHANGES
Signed-off-by: Cole Ramos <colramos@amd.com>
* Update CHANGES
Signed-off-by: Cole Ramos <colramos@amd.com>
* Update README.md
Signed-off-by: Cole Ramos <colramos@amd.com>
* bump statman-stopwatch to 2.18
Signed-off-by: Jason Ray <jayray.net@gmail.com>
* Fix merge mistakes
Signed-off-by: colramos-amd <colramos@amd.com>
---------
Signed-off-by: colramos-amd <colramos@amd.com>
Signed-off-by: Cole Ramos <colramos@amd.com>
Signed-off-by: Jason Ray <jayray.net@gmail.com>
Co-authored-by: colramos-amd <colramos@amd.com>
[ROCm/rocprofiler-compute commit: 994aea9f0e]
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "amd-omniperf-data-plugin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server/mongo-proxy.js",
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"test": "echo 'No test found'",
|
|
"server": "cd server && node mongo-proxy.js"
|
|
},
|
|
"author": "Audacious Software Group",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-transform-es2015-for-of": "^6.23.0",
|
|
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"chai": "~4.2.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-babel": "^7.0.1",
|
|
"jsdom": ">=16.5.0",
|
|
"prunk": "^1.3.1",
|
|
"q": "^1.5.1"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"config": "^3.3.1",
|
|
"express": "^4.17.1",
|
|
"fs": "0.0.1-security",
|
|
"lodash": "^4.17.15",
|
|
"mocha": "^7.1.2",
|
|
"moment": "^2.24.0",
|
|
"mongodb": "^3.5.7",
|
|
"statman-stopwatch": "^2.18.0"
|
|
},
|
|
"_comments": "Dependencies are not included as part of Omniperf. It's the user's responsibility to accept any licensing implications before building the project."
|
|
}
|