[souffle-commits] [oracle/souffle] d76811: Fixes profiler crash
GitHub
noreply at github.com
Thu Oct 6 19:20:10 PDT 2016
Branch: refs/heads/master
Home: https://github.com/oracle/souffle
Commit: d76811096a969ec6965d7b599f1a882aa3e115cb
https://github.com/oracle/souffle/commit/d76811096a969ec6965d7b599f1a882aa3e115cb
Author: Tom King <thomas.x.king at oracle.com>
Date: 2016-09-15 (Thu, 15 Sep 2016)
Changed paths:
M prof/src/com/oracle/souffleprof/ProgramRun.java
Log Message:
-----------
Fixes profiler crash
Commit: 857fb5048207f4a16629a76d54051955627b9848
https://github.com/oracle/souffle/commit/857fb5048207f4a16629a76d54051955627b9848
Author: Tom King <thomas.x.king at oracle.com>
Date: 2016-09-21 (Wed, 21 Sep 2016)
Changed paths:
M prof/src/com/oracle/souffleprof/ProgramRun.java
M prof/src/com/oracle/souffleprof/Tui.java
M tests/atlocal.in
A tests/profile.at
A tests/profile/hmmer/CPtrLoad.csv
A tests/profile/hmmer/CPtrStore.csv
A tests/profile/hmmer/facts/DirectFlow.facts
A tests/profile/hmmer/facts/EscapePtr.facts
A tests/profile/hmmer/facts/ExtReturn.facts
A tests/profile/hmmer/facts/Function.facts
A tests/profile/hmmer/facts/Global.facts
A tests/profile/hmmer/facts/HeapAlloc.facts
A tests/profile/hmmer/facts/Load.facts
A tests/profile/hmmer/facts/StackAlloc.facts
A tests/profile/hmmer/facts/Store.facts
A tests/profile/hmmer/hmmer.dl
A tests/profile/hmmer/hmmer.err
A tests/profile/hmmer/out/graph C1.1 tot_t.out
A tests/profile/hmmer/out/graph R1.out
A tests/profile/hmmer/out/graph ver N1.1 tuples.out
A tests/profile/hmmer/out/help.out
A tests/profile/hmmer/out/rel R1.out
A tests/profile/hmmer/out/rel.out
A tests/profile/hmmer/out/rul C1.1.out
A tests/profile/hmmer/out/rul id N1.1.out
A tests/profile/hmmer/out/rul.out
A tests/profile/hmmer/out/sort.out
A tests/profile/hmmer/out/top.out
A tests/profile/lrg_attr_id/lrg_attr_id.dl
A tests/profile/lrg_attr_id/lrg_attr_id.err
A tests/profile/lrg_attr_id/out/graph C1.1 tot_t.out
A tests/profile/lrg_attr_id/out/graph R1.out
A tests/profile/lrg_attr_id/out/graph ver N1.1 tuples.out
A tests/profile/lrg_attr_id/out/help.out
A tests/profile/lrg_attr_id/out/rel R1.out
A tests/profile/lrg_attr_id/out/rel.out
A tests/profile/lrg_attr_id/out/rul C1.1.out
A tests/profile/lrg_attr_id/out/rul id N1.1.out
A tests/profile/lrg_attr_id/out/rul.out
A tests/profile/lrg_attr_id/out/sort.out
A tests/profile/lrg_attr_id/out/top.out
M tests/testsuite.at
Log Message:
-----------
adds tests for profiler
Commit: 9ac05f5538b2061645c429b470738a43e3ba7137
https://github.com/oracle/souffle/commit/9ac05f5538b2061645c429b470738a43e3ba7137
Author: Tom King <thomas.x.king at oracle.com>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M tests/profile.at
M tests/testsuite.at
Log Message:
-----------
fixes copyright years
Commit: 32ef5b366c9ab56b271178b3c964050d612e5d2c
https://github.com/oracle/souffle/commit/32ef5b366c9ab56b271178b3c964050d612e5d2c
Author: Tom King <thomas.x.king at oracle.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M prof/src/com/oracle/souffleprof/DataComparator.java
M prof/src/com/oracle/souffleprof/ProgramRun.java
M prof/src/com/oracle/souffleprof/Tui.java
M tests/profile/hmmer/out/graph C1.1 tot_t.out
A tests/profile/hmmer/out/graph R1 copy_t.out
R tests/profile/hmmer/out/graph R1.out
A tests/profile/hmmer/out/graph ver C1.1 tuples.out
R tests/profile/hmmer/out/graph ver N1.1 tuples.out
M tests/profile/hmmer/out/help.out
M tests/profile/hmmer/out/rel R1.out
M tests/profile/hmmer/out/rul C1.1.out
M tests/profile/hmmer/out/rul id N1.1.out
M tests/profile/hmmer/out/sort.out
M tests/profile/lrg_attr_id/out/graph C1.1 tot_t.out
A tests/profile/lrg_attr_id/out/graph R1 copy_t.out
R tests/profile/lrg_attr_id/out/graph R1.out
A tests/profile/lrg_attr_id/out/graph ver C1.1 tuples.out
R tests/profile/lrg_attr_id/out/graph ver N1.1 tuples.out
M tests/profile/lrg_attr_id/out/help.out
M tests/profile/lrg_attr_id/out/rel R1.out
M tests/profile/lrg_attr_id/out/rul C1.1.out
M tests/profile/lrg_attr_id/out/rul id N1.1.out
M tests/profile/lrg_attr_id/out/sort.out
M tests/testsuite.at
Log Message:
-----------
fixes up test cases and a variety of bugs
Commit: 9fd4a0be9d54204c336ee33ef15cb1fd6a7f6e74
https://github.com/oracle/souffle/commit/9fd4a0be9d54204c336ee33ef15cb1fd6a7f6e74
Author: Tom King <thomas.x.king at oracle.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M prof/src/com/oracle/souffleprof/Tui.java
M tests/profile/hmmer/out/help.out
M tests/profile/lrg_attr_id/out/help.out
Log Message:
-----------
Changes graph help message to indicate it only works for C rules
Commit: 4dfb56a6b91f6cdc186f9487f60f3065f06bdd91
https://github.com/oracle/souffle/commit/4dfb56a6b91f6cdc186f9487f60f3065f06bdd91
Author: Tom King <thomas.x.king at oracle.com>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M prof/src/com/oracle/souffleprof/ProgramRun.java
M prof/src/com/oracle/souffleprof/Tui.java
M src/RamTranslator.cpp
M tests/profile/hmmer/out/help.out
M tests/profile/hmmer/out/sort.out
M tests/profile/lrg_attr_id/out/help.out
M tests/profile/lrg_attr_id/out/sort.out
M tests/testsuite.at
Log Message:
-----------
Fixes issues from review and a div by 0 error
Commit: ea0b2e1f7745f04cb3883981ee16ded804b13e73
https://github.com/oracle/souffle/commit/ea0b2e1f7745f04cb3883981ee16ded804b13e73
Author: MrTomKing <tektektektek at hotmail.com>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M prof/src/com/oracle/souffleprof/DataComparator.java
M prof/src/com/oracle/souffleprof/ProgramRun.java
M prof/src/com/oracle/souffleprof/Tui.java
M src/RamTranslator.cpp
M tests/atlocal.in
A tests/profile.at
A tests/profile/hmmer/CPtrLoad.csv
A tests/profile/hmmer/CPtrStore.csv
A tests/profile/hmmer/facts/DirectFlow.facts
A tests/profile/hmmer/facts/EscapePtr.facts
A tests/profile/hmmer/facts/ExtReturn.facts
A tests/profile/hmmer/facts/Function.facts
A tests/profile/hmmer/facts/Global.facts
A tests/profile/hmmer/facts/HeapAlloc.facts
A tests/profile/hmmer/facts/Load.facts
A tests/profile/hmmer/facts/StackAlloc.facts
A tests/profile/hmmer/facts/Store.facts
A tests/profile/hmmer/hmmer.dl
A tests/profile/hmmer/hmmer.err
A tests/profile/hmmer/out/graph C1.1 tot_t.out
A tests/profile/hmmer/out/graph R1 copy_t.out
A tests/profile/hmmer/out/graph ver C1.1 tuples.out
A tests/profile/hmmer/out/help.out
A tests/profile/hmmer/out/rel R1.out
A tests/profile/hmmer/out/rel.out
A tests/profile/hmmer/out/rul C1.1.out
A tests/profile/hmmer/out/rul id N1.1.out
A tests/profile/hmmer/out/rul.out
A tests/profile/hmmer/out/sort.out
A tests/profile/hmmer/out/top.out
A tests/profile/lrg_attr_id/lrg_attr_id.dl
A tests/profile/lrg_attr_id/lrg_attr_id.err
A tests/profile/lrg_attr_id/out/graph C1.1 tot_t.out
A tests/profile/lrg_attr_id/out/graph R1 copy_t.out
A tests/profile/lrg_attr_id/out/graph ver C1.1 tuples.out
A tests/profile/lrg_attr_id/out/help.out
A tests/profile/lrg_attr_id/out/rel R1.out
A tests/profile/lrg_attr_id/out/rel.out
A tests/profile/lrg_attr_id/out/rul C1.1.out
A tests/profile/lrg_attr_id/out/rul id N1.1.out
A tests/profile/lrg_attr_id/out/rul.out
A tests/profile/lrg_attr_id/out/sort.out
A tests/profile/lrg_attr_id/out/top.out
M tests/testsuite.at
Log Message:
-----------
Merge pull request #14 from oracle/profiler-fixes
Profiler fixes
Compare: https://github.com/oracle/souffle/compare/e81b2179cec7...ea0b2e1f7745
More information about the souffle-commits
mailing list