Use interface power again
This commit is contained in:
2570
data/hynix.csv
2570
data/hynix.csv
File diff suppressed because it is too large
Load Diff
2570
data/micron.csv
2570
data/micron.csv
File diff suppressed because it is too large
Load Diff
2570
data/samsung.csv
2570
data/samsung.csv
File diff suppressed because it is too large
Load Diff
@@ -193,9 +193,7 @@ series = {ASPLOS '18}
|
||||
publisher = {{ACM}},
|
||||
author = {Feldmann, Johannes and Steiner, Lukas and Christ, Derek and Psota, Thomas and Jung, Matthias and Wehn, Norbert},
|
||||
urldate = {2024-11-14},
|
||||
date = {2023-10-02},
|
||||
langid = {english},
|
||||
file = {Feldmann et al. - 2023 - A Precise Measurement Platform for LPDDR4 Memories.pdf:/home/derek/.local/share/zotero/storage/C7RSPK9K/Feldmann et al. - 2023 - A Precise Measurement Platform for LPDDR4 Memories.pdf:application/pdf},
|
||||
date = {2023-10-02}
|
||||
}
|
||||
|
||||
@inproceedings{vog_10,
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
\addplot[color=green!50] table [x={time}, y={datasheet}]{\hynix};
|
||||
\addplot[color=blue!50] table [x={time}, y={measured}]{\hynix};
|
||||
\addplot[color=red!50] table [x={time}, y={optimized}]{\hynix};
|
||||
\addplot[color=brown!50] table [x={time}, y={optimized_no_if}]{\hynix};
|
||||
% \addplot[color=red!50] table [x={time}, y={optimized_no_if}]{\hynix};
|
||||
|
||||
\nextgroupplot[
|
||||
title=Vendor 2,
|
||||
@@ -67,7 +67,7 @@
|
||||
\addplot[color=green!50] table [x={time}, y={datasheet}]{\micron};
|
||||
\addplot[color=blue!50] table [x={time}, y={measured}]{\micron};
|
||||
\addplot[color=red!50] table [x={time}, y={optimized}]{\micron};
|
||||
\addplot[color=brown!50] table [x={time}, y={optimized_no_if}]{\micron};
|
||||
% \addplot[color=red!50] table [x={time}, y={optimized_no_if}]{\micron};
|
||||
|
||||
\nextgroupplot[
|
||||
title=Vendor 3,
|
||||
@@ -89,7 +89,7 @@
|
||||
\addplot[color=green!50] table [x={time}, y={datasheet}]{\samsung};
|
||||
\addplot[color=blue!50] table [x={time}, y={measured}]{\samsung};
|
||||
\addplot[color=red!50] table [x={time}, y={optimized}]{\samsung};
|
||||
\addplot[color=brown!50] table [x={time}, y={optimized_no_if}]{\samsung};
|
||||
% \addplot[color=red!50] table [x={time}, y={optimized_no_if}]{\samsung};
|
||||
\end{groupplot}
|
||||
|
||||
% Legend
|
||||
|
||||
Reference in New Issue
Block a user