Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ append
Function
append
python/paddle/profiler/profiler_statistic.py:907–909 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
905
result = []
906
907
def
append(s):
908
result.append(s)
909
result.append(
'\n'
)
910
911
def
format_time(time, unit=
'ms'
, indent=0):
912
r
""
"
Callers
1
_build_table
Function · 0.70
Calls
1
append
Method · 0.45
Tested by
no test coverage detected