Skip to content

Commit

Permalink
Merge pull request #4964 from wlemkows/obj-count-ppc
Browse files Browse the repository at this point in the history
test: update persist count for ppc (drain after ulog processing)
  • Loading branch information
pbalcer authored Sep 15, 2020
2 parents d004fec + 0b20fb6 commit 49238ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/obj_persist_count/out3.log.match
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ obj_persist_count$(nW)TEST3: START: obj_persist_count
task cl(all) drain(all) pmem_persist pmem_msync pmem_flush pmem_drain pmem_memcpy_cls pmem_memcpy_drain pmem_memset_cls pmem_memset_drain potential_cache_misses
$(OPT)pool_create 55362 24 11 5 0 5 0 0 11 3 55355
$(OPX)pool_create 50242 14 11 0 0 0 0 0 11 3 50235
root_alloc 13 4 0 0 3 1 8 2 2 1 5
root_alloc 13 5 0 0 3 2 8 2 2 1 5
atomic_alloc 3 2 1 0 0 1 2 0 0 0 1
atomic_free 1 2 1 0 0 1 0 0 0 0 1
tx_begin_end 0 2 0 0 0 2 0 0 0 0 0
Expand All @@ -13,10 +13,10 @@ tx_free 1 1 1 0 0 0
tx_free_next 1 1 1 0 0 0 0 0 0 0 1
tx_add 5 3 1 0 0 1 2 0 2 1 1
tx_add_next 5 3 1 0 0 1 2 0 2 1 1
tx_add_large 189 13 6 0 4 3 170 2 6 2 13
tx_add_large 189 14 6 0 4 4 170 2 6 2 13
tx_add_lnext 167 5 1 0 0 2 162 0 4 2 1
pmalloc 10 3 0 0 2 1 8 2 0 0 2
pfree 8 3 0 0 2 1 6 2 0 0 2
pmalloc 10 4 0 0 2 2 8 2 0 0 2
pfree 8 4 0 0 2 2 6 2 0 0 2
pmalloc_stack 3 2 1 0 0 1 2 0 0 0 1
pfree_stack 1 2 1 0 0 1 0 0 0 0 1
obj_persist_count$(nW)TEST3: DONE

0 comments on commit 49238ac

Please sign in to comment.