summaryrefslogtreecommitdiff
path: root/benchmarks/javaplex.txt
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2017-06-21 21:18:57 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2017-06-21 21:18:57 +0200
commitc551fd32c8f67d62804a1ac925af9ea5e3479a9f (patch)
treebb8c8a48f9cbb4c3897c9529bcc7ac76524782df /benchmarks/javaplex.txt
parent3145aa8c43e298bd0b735a5ac155027ccb4deca5 (diff)
parentd898ef27044bc7f10da478d16581915e95edc2c9 (diff)
Merge branch 'dev' into representative-cocycles
* dev: (28 commits) progress indicator benchmark using sparsehash updated benchmark typo in readme benchmark results gudhi benchmark output benchmark H^1 constructors fixed code reformatting code reformatting reordered initializers cleanup compressed distance matrix access fixed move constructor fix for missing constructor of diameter_entry_t allow for negative edge filtration values cleanup binomial coefficients more code reorganization code reorganization moved attribute packed don’t store diagonal in reduction matrix when not using coefficients ... # Conflicts: # Makefile # ripser.cpp # ripser.xcodeproj/project.pbxproj
Diffstat (limited to 'benchmarks/javaplex.txt')
-rw-r--r--benchmarks/javaplex.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/benchmarks/javaplex.txt b/benchmarks/javaplex.txt
new file mode 100644
index 0000000..a39e804
--- /dev/null
+++ b/benchmarks/javaplex.txt
@@ -0,0 +1,19 @@
+geometry74:~ uli$ /usr/bin/time -l java -Xmx16G -cp Bitbucket/phat-paper/benchmark:Source/javaplex/dist/javaplex-4.2.1.jar RipsFiltration ~/Bitbucket/phat-paper/benchmark/point\ cloud/sphere_3_192_points.dat 2 3
+Constructing Rips filtration in 425.57800000000003 s
+Computing persistence (default) in 2848.477 s
+ 3275.48 real 3900.79 user 36.35 sys
+12636958720 maximum resident set size
+ 0 average shared memory size
+ 0 average unshared data size
+ 0 average unshared stack size
+ 4791446 page reclaims
+ 2 page faults
+ 0 swaps
+ 5 block input operations
+ 5 block output operations
+ 0 messages sent
+ 0 messages received
+ 5 signals received
+ 9 voluntary context switches
+ 9898205 involuntary context switches
+