MCPcopy Create free account

hub / github.com/astra-sim/astra-sim / functions

Functions808 in github.com/astra-sim/astra-sim

Methodset_id
astra-sim/system/CommunicatorGroup.cc:35
Methodset_iterator
astra-sim/system/MemMovRequest.hh:29
Methodset_notifier
astra-sim/system/MyPacket.cc:28
Methodset_topology
astra-sim/network_frontend/analytical/congestion_unaware/CongestionUnawareNetworkApi.cc:16
Methodset_topology
astra-sim/network_frontend/analytical/congestion_aware/CongestionAwareNetworkApi.cc:17
Methodset_usage
astra-sim/system/UsageTracker.cc:36
Methodsim_comm_get_rank
astra-sim/system/AstraNetworkAPI.hh:56
Methodsim_comm_set_rank
astra-sim/system/AstraNetworkAPI.hh:60
Methodsim_finish
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:32
Methodsim_get_time
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:55
Methodsim_recv
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:86
Methodsim_recv
astra-sim/network_frontend/analytical/common/CommonNetworkApi.cc:96
Methodsim_schedule
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:62
Methodsim_send
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:70
Methodsim_send
astra-sim/network_frontend/analytical/congestion_unaware/CongestionUnawareNetworkApi.cc:36
Methodsim_send
astra-sim/network_frontend/analytical/congestion_aware/CongestionAwareNetworkApi.cc:36
Methodsim_time_resolution
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:49
Methodskip_invalid
astra-sim/workload/Workload.cc:286
Methodspan_input_adapter
extern/helper/json/json.hpp:5671
Methodspecify_direction
astra-sim/system/collective/HalvingDoubling.cc:92
Methodstandard_value
extern/helper/cxxopts/cxxopts.hpp:1182
Methodstart_array
extern/helper/json/json.hpp:5941
Methodstart_array
extern/helper/json/json.hpp:6161
Methodstart_object
extern/helper/json/json.hpp:5915
Methodstart_object
extern/helper/json/json.hpp:6090
Methodstring
extern/helper/json/json.hpp:5903
Methodstring
extern/helper/json/json.hpp:6078
Methodstring to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
extern/helper/json/json.hpp:21837
Methodstrtof
extern/helper/json/json.hpp:7314
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
extern/helper/json/json.hpp:15005
Methodswitch
extern/helper/json/json.hpp:16439
Methodsys_panic
astra-sim/system/Sys.cc:508
Methodtake_network_stat_average
astra-sim/system/NetworkStat.hh:37
Methodtake_stream_stats_average
astra-sim/system/StreamStat.hh:40
Functionthrow_or_mimic
extern/helper/cxxopts/cxxopts.hpp:532
Functionto_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
extern/helper/json/json.hpp:21083
Methodto_char_type
extern/helper/json/json.hpp:14879
Methodto_json
extern/helper/json/json.hpp:4950
Functionto_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
extern/helper/json/json.hpp:21033
Methodto_string
@brief return a string representation of the JSON pointer @sa https://json.nlohmann.me/api/json_pointer/to_string/
extern/helper/json/json.hpp:12274
Functionto_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
extern/helper/json/json.hpp:21056
Methodtoken_type_name
extern/helper/json/json.hpp:6464
Functiontop
extern/helper/json/json.hpp:12259
Methodubjson_prefix
! @brief determine the type prefix of container values */
extern/helper/json/json.hpp:14722
Functionunflatten
extern/helper/json/json.hpp:12998
Functionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
extern/helper/json/json.hpp:20306
Methodupdate_network_stat
astra-sim/system/NetworkStat.hh:21
Methodupdate_stream_stats
astra-sim/system/StreamStat.hh:23
Functionvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:12094
Methodvalue
return the value of an iterator
extern/helper/json/json.hpp:12222
Methodwide_string_input_adapter
extern/helper/json/json.hpp:5501
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
extern/helper/json/json.hpp:14391
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
extern/helper/json/json.hpp:14410
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
extern/helper/json/json.hpp:14248
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
extern/helper/json/json.hpp:14258
Methodwrite_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
extern/helper/json/json.hpp:14473
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
extern/helper/json/json.hpp:14236
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
extern/helper/json/json.hpp:14308
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
extern/helper/json/json.hpp:14290
Methodwrite_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
extern/helper/json/json.hpp:14535
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
extern/helper/json/json.hpp:14358
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
extern/helper/json/json.hpp:14276
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
extern/helper/json/json.hpp:14336
Methodwrite_character
extern/helper/json/json.hpp:13234
Methodwrite_character
extern/helper/json/json.hpp:13259
Methodwrite_compact_float
extern/helper/json/json.hpp:14845
Methodwrite_number
extern/helper/json/json.hpp:14829
Methodwrite_number_with_ubjson_prefix
extern/helper/json/json.hpp:14582
Method~ASTRASimNetwork
astra-sim/network_frontend/ns3/AstraSimNetwork.cc:30
Method~Algorithm
astra-sim/system/collective/Algorithm.hh:21
Method~AstraNetworkAPI
astra-sim/system/AstraNetworkAPI.hh:18
Method~AstraRemoteMemoryAPI
astra-sim/system/AstraRemoteMemoryAPI.hh:18
Method~BaseStream
astra-sim/system/BaseStream.hh:29
Method~BasicLogicalTopology
astra-sim/system/topology/BasicLogicalTopology.hh:21
Method~BinaryTree
astra-sim/system/topology/BinaryTree.cc:39
Method~CSVWriter
astra-sim/system/CSVWriter.hh:19
Method~CallData
astra-sim/system/CallData.hh:13
Method~Callable
astra-sim/system/Callable.hh:16
Method~CloneInterface
astra-sim/system/Common.hh:133
Method~CollectivePlan
astra-sim/system/CollectivePlan.cc:20
Method~CommunicatorGroup
astra-sim/system/CommunicatorGroup.cc:28
Method~ComplexLogicalTopology
astra-sim/system/topology/ComplexLogicalTopology.hh:16
Method~DoubleBinaryTreeTopology
astra-sim/system/topology/DoubleBinaryTreeTopology.cc:22
Method~GeneralComplexTopology
astra-sim/system/topology/GeneralComplexTopology.cc:66
Method~LocalRingGlobalBinaryTree
astra-sim/system/topology/LocalRingGlobalBinaryTree.cc:29
Method~LocalRingNodeA2AGlobalDBT
astra-sim/system/topology/LocalRingNodeA2AGlobalDBT.cc:35
Method~LogGP
astra-sim/system/LogGP.cc:38
Method~LogicalTopology
astra-sim/system/topology/LogicalTopology.hh:16
Method~MemBus
astra-sim/system/MemBus.cc:38
Method~Sys
astra-sim/system/Sys.cc:279
Method~Torus3D
astra-sim/system/topology/Torus3D.cc:29
Method~Value
extern/helper/cxxopts/cxxopts.hpp:330
Method~Workload
astra-sim/workload/Workload.cc:54
Method~abstract_value
extern/helper/cxxopts/cxxopts.hpp:1048
Function~basic_json
@brief destructor @sa https://json.nlohmann.me/api/basic_json/~basic_json/
extern/helper/json/json.hpp:18407
Method~binary_reader
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
extern/helper/json/json.hpp:8256
Method~file_input_adapter
extern/helper/json/json.hpp:5259
Method~input_stream_adapter
extern/helper/json/json.hpp:5286
Method~iter_impl
extern/helper/json/json.hpp:11446
Method~json_ref
extern/helper/json/json.hpp:13108
← previousnext →701–800 of 808, ranked by callers