Branch: refs/heads/master
Home: https://github.com/moses-smt/mosesdecoder
Commit: 687f407d62d5b596dff0929efc3ab5ae57844532
https://github.com/moses-smt/mosesdecoder/commit/687f407d62d5b596dff0929efc3ab5ae57844532
Author: Jonathan Clark <jon...@gm...>
Date: 2012-08-10 (Fri, 10 Aug 2012)
Changed paths:
M moses/src/Timer.cpp
M moses/src/Timer.h
Log Message:
-----------
Make time more precise on platforms that have CLOCK_MONOTONIC (otherwise, we'll only have second-level precision)
Commit: 6f008096ea0a660727eed201f4ba8e37b9490c4e
https://github.com/moses-smt/mosesdecoder/commit/6f008096ea0a660727eed201f4ba8e37b9490c4e
Author: Jonathan Clark <jon...@gm...>
Date: 2012-08-10 (Fri, 10 Aug 2012)
Changed paths:
M contrib/server/mosesserver.cpp
M moses-cmd/src/LatticeMBRGrid.cpp
M moses-cmd/src/Main.cpp
M moses/src/Manager.cpp
M moses/src/Manager.h
M moses/src/SentenceStats.h
Log Message:
-----------
Use Moses' Timer class, which is based on wall-time instead of the C clock() function, which measures clock ticks used within the *process* rather than each thread. This makes timings more meaningful in multi-threaded mode. However, these timings will still be inaccurate on Windows (second-level only).
Commit: e99576aedcc9c8719b8fa685199f2fa66ca28801
https://github.com/moses-smt/mosesdecoder/commit/e99576aedcc9c8719b8fa685199f2fa66ca28801
Author: Jonathan Clark <jon...@gm...>
Date: 2012-08-10 (Fri, 10 Aug 2012)
Changed paths:
R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/moses-chart-cmd.xcscheme
R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist
M contrib/other-builds/moses.xcodeproj/project.pbxproj
M misc/processLexicalTableMin.cpp
M moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp
M moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp
M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.cpp
R moses/src/CellCollection.h
M moses/src/ChartCellCollection.h
M moses/src/CompactPT/BlockHashIndex.h
M moses/src/CompactPT/CanonicalHuffman.h
M moses/src/CompactPT/CmphStringVectorAdapter.cpp
M moses/src/CompactPT/ConsistantPhrases.h
M moses/src/CompactPT/LexicalReorderingTableCompact.cpp
M moses/src/CompactPT/LexicalReorderingTableCompact.h
M moses/src/CompactPT/ListCoders.h
M moses/src/CompactPT/MmapAllocator.h
M moses/src/CompactPT/PackedArray.h
M moses/src/CompactPT/PhraseDecoder.h
M moses/src/CompactPT/PhraseTableCreator.h
M moses/src/CompactPT/TargetPhraseCollectionCache.h
M moses/src/CompactPT/ThrowingFwrite.h
M moses/src/GenerationDictionary.cpp
M moses/src/Parameter.cpp
M scripts/Jamfile
M scripts/ems/experiment.perl
Log Message:
-----------
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
Compare: https://github.com/moses-smt/mosesdecoder/compare/ad6aa8dc8cdc...e99576aedcc9
|