Giter Site home page Giter Site logo

Comments (2)

fsaina avatar fsaina commented on June 23, 2024

So to measure time and memory footprint we can use "GNU time" (https://www.gnu.org/software/time/)

Example run gtime -v ./bin/DeBrujinBloom -k 71 --minAbundance 3 --input data/ecoli/ecoli.fasta

Command being timed: "./bin/DeBrujinBloom -k 71 --minAbundance 3 --input data/ecoli/ecoli.fasta"
User time (seconds): 18.93
System time (seconds): 14.96
Percent of CPU this job got: 177%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:19.07
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 1985068
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 142
Minor (reclaiming a frame) page faults: 3230917
Voluntary context switches: 74
Involuntary context switches: 441469
Swaps: 0
File system inputs: 0
File system outputs: 0
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0

So we can use System time (seconds) and Maximum resident set size (kbytes) for plotting

from debruijnbloom.

fsaina avatar fsaina commented on June 23, 2024

Maximum resident set size (minia on ecoli dataset): 0,18508 Gb
Maximum resident set size (our impl. on ecoli dataset): 0,507904 Gb

System time (minia on ecoli dataset): 1.33 sec
System time (our impl. on ecoli dataset): 0.43 sec

from debruijnbloom.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.