Skip to content

Instantly share code, notes, and snippets.

@greebie
Created June 7, 2018 14:07
Show Gist options
  • Save greebie/921d9cdd93a048efa3bc7cf9ff4003a6 to your computer and use it in GitHub Desktop.
Save greebie/921d9cdd93a048efa3bc7cf9ff4003a6 to your computer and use it in GitHub Desktop.
Graphpass unit testing...
v1020-wn-202-209:graphpass ryandeschamps$ gtime -v ./graphpass -f cpp2.graphml -q
>>>>>>> GRAPHPASSING >>>>>>>>
DIRECTORY: assets/
STRLEN PATH: 7
OUTPUT DIRECTORY: OUT/
PERCENTAGE: 0.000000
FILE: cpp2.graphml
METHODS STRING: d
QUICKRUN: 1
REPORT: 0
SAVE: 1
Running graphpass on file: assets/cpp2.graphml
Successfully ingested graph with 218 nodes.
Quickrun requested.
Quickrun does no filtering, and provides layout information
based on Degree (nodesize), Walktrap Modularity (color), and
the Fructerman-Rheingold algorithm to maximize space between
nodes.
Quickrun is quicker, but less informative in terms of output.
Writing output to: OUT/cpp2.graphml
>>>> SUCCESS!- Files output to OUT/
Command being timed: "./graphpass -f cpp2.graphml -q"
User time (seconds): 0.30
System time (seconds): 0.00
Percent of CPU this job got: 95%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.33
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): 1488
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 88
Minor (reclaiming a frame) page faults: 396
Voluntary context switches: 7
Involuntary context switches: 227
Swaps: 0
File system inputs: 1
File system outputs: 3
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0
v1020-wn-202-209:graphpass ryandeschamps$ gtime -v ./graphpass -f cpp2.graphml -qg
>>>>>>> GRAPHPASSING >>>>>>>>
DIRECTORY: assets/
STRLEN PATH: 7
OUTPUT DIRECTORY: OUT/
PERCENTAGE: 0.000000
FILE: cpp2.graphml
METHODS STRING: d
QUICKRUN: 1
REPORT: 0
SAVE: 1
Running graphpass on file: assets/cpp2.graphml
Successfully ingested graph with 218 nodes.
Quickrun requested.
Quickrun does no filtering, and provides layout information
based on Degree (nodesize), Walktrap Modularity (color), and
the Fructerman-Rheingold algorithm to maximize space between
nodes.
Quickrun is quicker, but less informative in terms of output.
Writing output to: OUT/cpp2.gexf
>>>> SUCCESS!- Files output to OUT/
Command being timed: "./graphpass -f cpp2.graphml -qg"
User time (seconds): 0.30
System time (seconds): 0.00
Percent of CPU this job got: 96%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.32
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): 1532
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 2
Minor (reclaiming a frame) page faults: 496
Voluntary context switches: 0
Involuntary context switches: 295
Swaps: 0
File system inputs: 0
File system outputs: 3
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0
@greebie
Copy link
Author

greebie commented Jun 8, 2018

GRAPHPASSING >>>>>>>>
DIRECTORY: assets/
STRLEN PATH: 7
OUTPUT DIRECTORY: TEST/
PERCENTAGE: 0.000000
FILE: 3835-gephi.graphml
METHODS STRING: d
QUICKRUN: 1
REPORT: 0
SAVE: 1
Running graphpass on file: assets/3835-gephi.graphml
Successfully ingested graph with 13654 nodes.

Quickrun requested.

Quickrun does no filtering, and provides layout information
based on Degree (nodesize), Walktrap Modularity (color), and
the Fructerman-Rheingold algorithm to maximize space between
nodes.

Quickrun is quicker, but less informative in terms of output.
Writing output to: TEST/3835-gephi.gexf

SUCCESS!- Files output to TEST/
Command being timed: "./graphpass -f 3835-gephi.graphml -qg --output TEST/"
User time (seconds): 2219.58
System time (seconds): 9.96
Percent of CPU this job got: 96%
Elapsed (wall clock) time (h:mm:ss or m:ss): 38:28.81
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): 614156
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 94
Minor (reclaiming a frame) page faults: 154530
Voluntary context switches: 9
Involuntary context switches: 1849177
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment