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.h481 class ProfilingState {
483 ProfilingState() : use_rdtscp_(false) {} in ProfilingState() function
484 explicit ProfilingState(bool use_rdtscp) : use_rdtscp_(use_rdtscp) {} in ProfilingState() function
524 ProfilingState profiling_state_;
Dir_emitter.cc140 profiling_state_ = ProfilingState(use_rdtscp); in EmitComputation()
2712 void IrEmitter::ProfilingState::UpdateProfileCounter(llvm::IRBuilder<>* b, in UpdateProfileCounter()
2724 llvm::Value* IrEmitter::ProfilingState::ReadCycleCounter(llvm::IRBuilder<>* b) { in ReadCycleCounter()
2750 void IrEmitter::ProfilingState::RecordCycleStart(llvm::IRBuilder<>* b, in RecordCycleStart()
2760 void IrEmitter::ProfilingState::RecordCycleDelta(llvm::IRBuilder<>* b, in RecordCycleDelta()
2770 void IrEmitter::ProfilingState::RecordCompleteComputation( in RecordCompleteComputation()