Menu

#40 duplicated cpu instance

open
nobody
None
5
2009-01-24
2009-01-24
No

hi

in this case trace model has one cpu 'zeroA' only.
this is correct.

---
cpu 0 zeroA
sta 0 1 1
sto 0 1 2
cpu 0 zeroB
sta 0 2 3
sto 0 2 4
end
---

but in this case it has two SampleCPU objects.
though, cpu-id ( or cpu-name ) is same.

---
cpu 0
sta 0 1 1
sto 0 1 2
cpu 0
sta 0 2 3
sto 0 2 4
end
---

does second argument mean cpu-id or cpu-name?
it's defference between help-page and source code.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB