Skip to content

Instantly share code, notes, and snippets.

@ben-albrecht
Created November 30, 2017 17:14
Show Gist options
  • Save ben-albrecht/7d3314b7a709925363edc0209f119ac7 to your computer and use it in GitHub Desktop.
Save ben-albrecht/7d3314b7a709925363edc0209f119ac7 to your computer and use it in GitHub Desktop.

Tiny (354 recipes)

date
Thu Nov 30 11:31:35 EST 2017
./yummly --memLeaks --data=test/data/train.tiny.json  --output=crystals.txt --inflations=inflation.txt --ecdf_threshold=0.99
        loading graph
        ...time to load matrix: 1.19049
Original size: 354  vs.size: 350
        ...time to build crystals: 17.4213
        crystals written to crystals.txt
        ...beginning prediction method
        ...closing inflatafile
        ...time to do predictions: 286.171

===========================================================================================================================================
Allocated Memory (Bytes)                                   Number   Size     Total    Description                      Address
===========================================================================================================================================
src/Yummly.chpl:73                                         1        144      144      DefaultSparseDom(2,int(64),domain(2,int(64),false))0x0000000102cd1140
src/Yummly.chpl:73                                         1        112      112      [domain(1,int(64),false)] 2*int(64)0x0000000102c1b8c0
/Users/balbrecht/repos/numsuch/src/GraphUtils.chpl:250     1        80       80       domain(1,int(64),false)          0x000000011b423440
/Users/balbrecht/repos/numsuch/src/GraphUtils.chpl:384     1        80       80       domain(1,int(64),false)          0x0000000102d0f320
src/Yummly.chpl:73                                         1        80       80       domain(1,int(64),false)          0x0000000102d0f190
src/Yummly.chpl:73                                         1        96       96       domain(2,int(64),false)          0x0000000102c17e40
src/Yummly.chpl:73                                         1        24       24       listNode(BaseArr)                0x0000000102d9dec0
===========================================================================================================================================

date
Thu Nov 30 11:36:40 EST 2017

Small (570 recipes)

date
Thu Nov 30 11:38:00 EST 2017
./yummly --memLeaks --data=test/data/train.small.json  --output=crystals.txt --inflations=inflation.txt --ecdf_threshold=0.99
        loading graph
        ...time to load matrix: 3.23333
Original size: 570  vs.size: 564
        ...time to build crystals: 54.625
        crystals written to crystals.txt
        ...beginning prediction method
        ...closing inflatafile
        ...time to do predictions: 1791.95

===========================================================================================================================================
Allocated Memory (Bytes)                                   Number   Size     Total    Description                      Address
===========================================================================================================================================
src/Yummly.chpl:73                                         1        144      144      DefaultSparseDom(2,int(64),domain(2,int(64),false))0x0000000100ed1140
src/Yummly.chpl:73                                         1        112      112      [domain(1,int(64),false)] 2*int(64)0x0000000100e1b8c0
/Users/balbrecht/repos/numsuch/src/GraphUtils.chpl:250     1        80       80       domain(1,int(64),false)          0x00000001196997c0
/Users/balbrecht/repos/numsuch/src/GraphUtils.chpl:384     1        80       80       domain(1,int(64),false)          0x0000000100f0f320
src/Yummly.chpl:73                                         1        80       80       domain(1,int(64),false)          0x0000000100f0f190
src/Yummly.chpl:73                                         1        96       96       domain(2,int(64),false)          0x0000000100e17e40
src/Yummly.chpl:73                                         1        24       24       listNode(BaseArr)                0x0000000100fc79c0
===========================================================================================================================================

date
Thu Nov 30 12:08:50 EST 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment