Home
last modified time | relevance | path

Searched refs:ProfilingState (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h495 class ProfilingState {
497 ProfilingState() : use_rdtscp_(false) {} in ProfilingState() function
498 explicit ProfilingState(bool use_rdtscp) : use_rdtscp_(use_rdtscp) {} in ProfilingState() function
534 ProfilingState profiling_state_;
Dir_emitter.cc185 profiling_state_ = ProfilingState(use_rdtscp); in EmitComputation()
2834 void IrEmitter::ProfilingState::UpdateProfileCounter(llvm::IRBuilder<>* b, in UpdateProfileCounter()
2846 llvm::Value* IrEmitter::ProfilingState::ReadCycleCounter(llvm::IRBuilder<>* b) { in ReadCycleCounter()
2860 void IrEmitter::ProfilingState::RecordCycleStart(llvm::IRBuilder<>* b, in RecordCycleStart()
2870 void IrEmitter::ProfilingState::RecordCycleDelta(llvm::IRBuilder<>* b, in RecordCycleDelta()
2880 void IrEmitter::ProfilingState::RecordCompleteComputation( in RecordCompleteComputation()