MCPcopy Create free account
hub / github.com/begla/Intrinsic / ExecuteRange

Method ExecuteRange

IntrinsicCore/src/IntrinsicCoreAlgorithm.h:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 virtual ~SortTaskSet() {}
39
40 void ExecuteRange(enki::TaskSetPartition p_Range,
41 uint32_t p_ThreadNum) override
42 {
43 _INTR_PROFILE_CPU("General", "Sort Job");
44
45 std::sort(_array->begin() + _start, _array->begin() + _end, _comparator);
46 };
47
48 ComparatorType _comparator;
49 _INTR_ARRAY(Type) * _array;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected