diff options
author | Josh Blum | 2013-04-30 21:00:22 -0700 |
---|---|---|
committer | Josh Blum | 2013-04-30 21:00:22 -0700 |
commit | df99c278c77fcf6ef9d52585c1c746a366167fb8 (patch) | |
tree | 9e4c99f40883d52770b508020741f8019b41060b /python/gras/query/CMakeLists.txt | |
parent | a373e34808d55d1775fd84a0e5e013455fed67e7 (diff) | |
download | sandhi-df99c278c77fcf6ef9d52585c1c746a366167fb8.tar.gz sandhi-df99c278c77fcf6ef9d52585c1c746a366167fb8.tar.bz2 sandhi-df99c278c77fcf6ef9d52585c1c746a366167fb8.zip |
query: added allocator debug element
Diffstat (limited to 'python/gras/query/CMakeLists.txt')
-rw-r--r-- | python/gras/query/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/gras/query/CMakeLists.txt b/python/gras/query/CMakeLists.txt index ab49532..a448068 100644 --- a/python/gras/query/CMakeLists.txt +++ b/python/gras/query/CMakeLists.txt @@ -20,6 +20,7 @@ INSTALL( chart_overall_throughput.js chart_handler_breakdown.js chart_total_io_counts.js + chart_allocator_counts.js main.css DESTINATION ${GR_PYTHON_DIR}/gras/query COMPONENT ${GRAS_COMP_PYTHON} |