Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ticks.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ static void *collector(void *arg) {
unsigned int stat;
getgrbm(&stat);
unsigned int uvd;
getsrbm(&uvd);
if (bits.uvd) getsrbm(&uvd);
unsigned int vce;
getsrbm2(&vce);
if (bits.vce0) getsrbm2(&vce);

memset(&history[cur], 0, sizeof(struct bits_t));

Expand Down