COMBINATORIAL_BLAS  1.6
sort_profiler.h File Reference

Go to the source code of this file.

Classes

class  sort_profiler_t
 

Variables

sort_profiler_t total_sort
 
sort_profiler_t sample_get_splitters
 
sort_profiler_t sample_sort_splitters
 
sort_profiler_t sample_prepare_scatter
 
sort_profiler_t sample_do_all2all
 
sort_profiler_t hyper_compute_splitters
 
sort_profiler_t hyper_communicate
 
sort_profiler_t hyper_merge
 
sort_profiler_t hyper_comm_split
 
sort_profiler_t seq_sort
 
sort_profiler_t sort_partitionw
 
long total_bytes
 

Variable Documentation

◆ hyper_comm_split

sort_profiler_t hyper_comm_split

Definition at line 19 of file sort_profiler.cpp.

◆ hyper_communicate

sort_profiler_t hyper_communicate

Definition at line 17 of file sort_profiler.cpp.

◆ hyper_compute_splitters

sort_profiler_t hyper_compute_splitters

Definition at line 16 of file sort_profiler.cpp.

◆ hyper_merge

sort_profiler_t hyper_merge

Definition at line 18 of file sort_profiler.cpp.

◆ sample_do_all2all

sort_profiler_t sample_do_all2all

Definition at line 14 of file sort_profiler.cpp.

◆ sample_get_splitters

sort_profiler_t sample_get_splitters

Definition at line 11 of file sort_profiler.cpp.

◆ sample_prepare_scatter

sort_profiler_t sample_prepare_scatter

Definition at line 13 of file sort_profiler.cpp.

◆ sample_sort_splitters

sort_profiler_t sample_sort_splitters

Definition at line 12 of file sort_profiler.cpp.

◆ seq_sort

sort_profiler_t seq_sort

Definition at line 21 of file sort_profiler.cpp.

◆ sort_partitionw

sort_profiler_t sort_partitionw

Definition at line 22 of file sort_profiler.cpp.

◆ total_bytes

long total_bytes

Definition at line 24 of file sort_profiler.cpp.

◆ total_sort

sort_profiler_t total_sort

Definition at line 9 of file sort_profiler.cpp.