Compare commits
2 Commits
2ea67d6174
...
1664f69810
Author | SHA1 | Date | |
---|---|---|---|
|
1664f69810 | ||
|
247467993b |
@ -4,7 +4,7 @@ LDIR=lib
|
||||
BUILD=obj
|
||||
ODIR=src/.obj
|
||||
|
||||
CFLAGS=-I$(IDIR) -O3 #-ggdb
|
||||
CFLAGS+=-I$(IDIR) #-ggdb
|
||||
# CXX=g++
|
||||
LDFLAGS=
|
||||
|
||||
|
@ -23,4 +23,5 @@ if __name__ == "__main__":
|
||||
n, bins, patches = ax.hist(x, num_bins, density=False)
|
||||
ax.set_xlabel("Access time [ns]")
|
||||
ax.set_ylabel("proportion of cases")
|
||||
plt.savefig("access.png")
|
||||
plt.show()
|
||||
|
Loading…
Reference in New Issue
Block a user