aboutsummaryrefslogtreecommitdiff
path: root/analysis/current/sections/compare-example_stack
blob: e993c4fd100c151adac61450672352f23f43d140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
:1711386038:compare-example_stack
compare-example_stack
/run/current-system/sw/bin/candelabra-cli -l --manifest-path /opt/candelabra/src/tests/Cargo.toml -p example_stack select --compare
[2024-03-25T17:00:38Z INFO  candelabra_cli] Using source dir: "/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source"
[2024-03-25T17:00:38Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 6543311679163142612
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs. Continuing anyway.
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs. Continuing anyway.
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs. Continuing anyway.
[2024-03-25T17:00:38Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 6543311679163142612
[2024-03-25T17:00:38Z INFO  candelabra_cli::select] Processing project example_stack
┌──────────┬──────────────────────────────┬────────────────────┬─────────────────────────────────────────────────────────┐
│ name     │ implementation               │ estimated cost     │ file                                                    │
├──────────┼──────────────────────────────┼────────────────────┼─────────────────────────────────────────────────────────┤
│ StackCon │ std::vec::Vec                │ 1623281693.429239  │ /opt/candelabra/src/tests/example_stack/src/types.pr.rs │
│ StackCon │ std::collections::LinkedList │ 12115438988.988811 │ /opt/candelabra/src/tests/example_stack/src/types.pr.rs │
└──────────┴──────────────────────────────┴────────────────────┴─────────────────────────────────────────────────────────┘
\begin{center}
\begin{tabular}{|c|c|c|c|}
name & implementation & estimated cost & file \\
\hline
StackCon & std::vec::Vec & 1623281693.429239 & /opt/candelabra/src/tests/example\_stack/src/types.pr.rs \\
StackCon & std::collections::LinkedList & 12115438988.988811 & /opt/candelabra/src/tests/example\_stack/src/types.pr.rs \\
\end{tabular}
\end{center}
[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Checking for nsplit
[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 261513.0, avg_n: 10.0, avg_op_counts: {"remove": 0.0, "push": 10.0, "pop": 10.0, "contains": 0.0, "last": 0.0, "first": 0.0, "clear": 0.0, "nth": 0.0, "insert": 0.0, "get": 0.0} }, ProfilerPartition { occurences: 54426.0, avg_n: 1000.0, avg_op_counts: {"nth": 0.0, "remove": 0.0, "push": 1000.0, "first": 0.0, "pop": 1000.0, "insert": 0.0, "clear": 0.0, "get": 0.0, "last": 0.0, "contains": 0.0} }, ProfilerPartition { occurences: 38921.0, avg_n: 10000.0, avg_op_counts: {"last": 0.0, "first": 0.0, "contains": 0.0, "pop": 10000.0, "remove": 0.0, "push": 10000.0, "get": 0.0, "clear": 0.0, "insert": 0.0, "nth": 0.0} }]
[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [40925757.191425145, 259987504.43913752, 1322368431.7986765]), ("std::collections::LinkedList", [59142275.223214686, 1456150862.390552, 10600145851.375044])]
[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Top by partition: [("std::vec::Vec", 40925757.191425145), ("std::vec::Vec", 259987504.43913752), ("std::vec::Vec", 1322368431.7986765)]
[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Checking for nsplit
[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 261513.0, avg_n: 10.0, avg_op_counts: {"clear": 0.0, "last": 0.0, "push": 10.0, "contains": 0.0, "first": 0.0, "insert": 0.0, "get": 0.0, "pop": 10.0, "remove": 0.0, "nth": 0.0} }, ProfilerPartition { occurences: 54426.0, avg_n: 1000.0, avg_op_counts: {"nth": 0.0, "insert": 0.0, "remove": 0.0, "push": 1000.0, "first": 0.0, "pop": 1000.0, "clear": 0.0, "last": 0.0, "contains": 0.0, "get": 0.0} }, ProfilerPartition { occurences: 38921.0, avg_n: 10000.0, avg_op_counts: {"contains": 0.0, "get": 0.0, "insert": 0.0, "clear": 0.0, "remove": 0.0, "pop": 10000.0, "push": 10000.0, "first": 0.0, "nth": 0.0, "last": 0.0} }]
[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::LinkedList", [59142275.223214686, 1456150862.390552, 10600145851.375044]), ("std::vec::Vec", [40925757.191425145, 259987504.43913752, 1322368431.7986765])]
[2024-03-25T17:00:38Z DEBUG candelabra::profiler::info] Top by partition: [("std::vec::Vec", 40925757.191425145), ("std::vec::Vec", 259987504.43913752), ("std::vec::Vec", 1322368431.7986765)]
[2024-03-25T17:00:38Z DEBUG candelabra::confirmation] Saving choices for project example_stack
[2024-03-25T17:00:38Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
[2024-03-25T17:00:38Z DEBUG primrose::selector] Setting up directories
[2024-03-25T17:00:38Z DEBUG primrose::selector] Parsing into blocks
[2024-03-25T17:00:38Z DEBUG primrose::selector] Running type checker
[2024-03-25T17:00:38Z DEBUG primrose::selector] Running analysis
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
[2024-03-25T17:00:38Z INFO  candelabra_cli::select] Saved best choices
[2024-03-25T17:00:38Z INFO  candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::vec::Vec}
[2024-03-25T17:00:38Z DEBUG candelabra::confirmation] Saving choices for project example_stack
[2024-03-25T17:00:38Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
[2024-03-25T17:00:38Z DEBUG primrose::selector] Setting up directories
[2024-03-25T17:00:38Z DEBUG primrose::selector] Parsing into blocks
[2024-03-25T17:00:38Z DEBUG primrose::selector] Running type checker
[2024-03-25T17:00:38Z DEBUG primrose::selector] Running analysis
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-25T17:00:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
   Compiling example_stack v0.1.0 (/opt/candelabra/src/tests/example_stack)
    Finished bench [optimized] target(s) in 2.77s
     Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-3694756a33adc5ee)
[2024-03-25T17:01:14Z INFO  candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList}
[2024-03-25T17:01:14Z DEBUG candelabra::confirmation] Saving choices for project example_stack
[2024-03-25T17:01:14Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/example_stack/src/types.pr.rs
[2024-03-25T17:01:14Z DEBUG primrose::selector] Setting up directories
[2024-03-25T17:01:14Z DEBUG primrose::selector] Parsing into blocks
[2024-03-25T17:01:14Z DEBUG primrose::selector] Running type checker
[2024-03-25T17:01:14Z DEBUG primrose::selector] Running analysis
[2024-03-25T17:01:14Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-25T17:01:14Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-25T17:01:14Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
   Compiling example_stack v0.1.0 (/opt/candelabra/src/tests/example_stack)
    Finished bench [optimized] target(s) in 2.41s
     Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-3694756a33adc5ee)
┌─────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────┬────────┬───────┬────────┬───────────┐
│                                                                                                         │ l15    │ l22    │ l24   │ l8     │ total     │
├─────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┼────────┼───────┼────────┼───────────┤
│ {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::vec::Vec}                │ 1650.8 │        │ 17099 │ 135.14 │ 18884.94  │
│ {("/opt/candelabra/src/tests/example_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList} │ 33561  │ 352760 │       │ 158.44 │ 386479.44 │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────┴────────┴───────┴────────┴───────────┘
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|}
 & l15 & l22 & l24 & l8 & total \\
\hline
\{("/opt/candelabra/src/tests/example\_stack/src/types.pr.rs", "StackCon"): std::vec::Vec\} & 1650.8 &  & 17099 & 135.14 & 18884.94 \\
\{("/opt/candelabra/src/tests/example\_stack/src/types.pr.rs", "StackCon"): std::collections::LinkedList\} & 33561 & 352760 &  & 158.44 & 386479.44 \\
\end{tabular}
\end{center}
section_end:1711386112:compare-example_stack