COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
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
extern

Definition at line 19 of file sort_profiler.cpp.

◆ hyper_communicate

sort_profiler_t hyper_communicate
extern

Definition at line 17 of file sort_profiler.cpp.

◆ hyper_compute_splitters

sort_profiler_t hyper_compute_splitters
extern

Definition at line 16 of file sort_profiler.cpp.

◆ hyper_merge

sort_profiler_t hyper_merge
extern

Definition at line 18 of file sort_profiler.cpp.

◆ sample_do_all2all

sort_profiler_t sample_do_all2all
extern

Definition at line 14 of file sort_profiler.cpp.

◆ sample_get_splitters

sort_profiler_t sample_get_splitters
extern

Definition at line 11 of file sort_profiler.cpp.

◆ sample_prepare_scatter

sort_profiler_t sample_prepare_scatter
extern

Definition at line 13 of file sort_profiler.cpp.

◆ sample_sort_splitters

sort_profiler_t sample_sort_splitters
extern

Definition at line 12 of file sort_profiler.cpp.

◆ seq_sort

sort_profiler_t seq_sort
extern

Definition at line 21 of file sort_profiler.cpp.

◆ sort_partitionw

sort_profiler_t sort_partitionw
extern

Definition at line 22 of file sort_profiler.cpp.

◆ total_bytes

long total_bytes
extern

Definition at line 24 of file sort_profiler.cpp.

◆ total_sort

sort_profiler_t total_sort
extern

Definition at line 9 of file sort_profiler.cpp.