Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ begin
Method
begin
python/paddle/profiler/timer.py:399–401 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
397
return
message
398
399
def
begin(self):
400
for
hook in self.hooks.values():
401
hook.begin(self)
402
403
def
before_reader(self):
404
for
hook in self.hooks.values():
Callers
nothing calls this directly
Calls
2
values
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected