Skip to content

Instantly share code, notes, and snippets.

@swillits
Last active January 4, 2016 10:39
Show Gist options
  • Save swillits/8610290 to your computer and use it in GitHub Desktop.
Save swillits/8610290 to your computer and use it in GitHub Desktop.
graph "Seth's Graph" {
graph [dpi=72,
overlap=orthoxy,
sep=0.27777,
splines=false
];
node [fixedsize=1,
height=0.5,
label="\N",
shape=box,
width=1
];
cond_instances [height=0.333333,
width=1.388889];
events_waits_current [height=0.333333,
width=1.847222];
events_waits_history [height=0.333333,
width=1.805556];
events_waits_history_long [height=0.333333,
width=2.250000];
events_waits_summary_by_instance [height=0.333333,
width=2.777778];
events_waits_summary_by_thread_by_event_name [height=0.333333,
width=2.777778];
events_waits_summary_global_by_event_name [height=0.333333,
width=2.777778];
file_instances [height=0.333333,
width=1.388889];
file_summary_by_event_name [height=0.333333,
width=2.569444];
file_summary_by_instance [height=0.333333,
width=2.263889];
mutex_instances [height=0.333333,
width=1.513889];
performance_timers [height=0.333333,
width=1.791667];
rwlock_instances [height=0.333333,
width=1.527778];
setup_consumers [height=0.333333,
width=1.569444];
setup_instruments [height=0.333333,
width=1.652778];
setup_timers [height=0.333333,
width=1.388889];
threads [height=0.333333,
width=1.388889];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment