Searched refs:tabulate (Results 1 – 13 of 13) sorted by relevance
/third_party/grpc/tools/profiling/qps/ |
D | qps_diff.py | 26 import tabulate 137 return tabulate.tabulate(rows, headers=headers, floatfmt='+.2f')
|
/third_party/grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 23 import tabulate 36 argp.add_argument('--fmt', choices=tabulate.tabulate_formats, default='simple') 269 print >> out, tabulate.tabulate(table, header, tablefmt=args.fmt)
|
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_diff.py | 28 import tabulate 221 return tabulate.tabulate(rows, headers=headers, floatfmt='+.2f'), note
|
/third_party/python/Lib/test/ |
D | sortperf.py | 66 def tabulate(r): function 166 tabulate(r)
|
/third_party/grpc/tools/internal_ci/helper_scripts/ |
D | prepare_build_linux_perf_rc | 22 sudo pip install tabulate
|
D | prepare_build_linux_perf_multilang_rc | 27 sudo pip install tabulate
|
/third_party/boost/libs/compute/test/ |
D | test_tabulate.cpp | 33 compute::experimental::tabulate(vector.begin(), vector.end(), negate, queue); in BOOST_AUTO_TEST_CASE()
|
D | CMakeLists.txt | 227 add_compute_test("experimental.tabulate" test_tabulate.cpp)
|
/third_party/boost/libs/compute/include/boost/compute/experimental/ |
D | tabulate.hpp | 24 inline void tabulate(Iterator first, in tabulate() function
|
/third_party/boost/boost/compute/experimental/ |
D | tabulate.hpp | 24 inline void tabulate(Iterator first, in tabulate() function
|
/third_party/grpc/tools/gce/ |
D | linux_kokoro_performance_worker_init.sh | 81 sudo pip install tabulate 92 sudo pypy -m pip install tabulate
|
/third_party/python/Doc/library/ |
D | itertools.rst | 25 For instance, SML provides a tabulation tool: ``tabulate(f)`` which produces a 745 def tabulate(function, start=0):
|
/third_party/boost/libs/math/doc/background/ |
D | special_tut.qbk | 196 tabulate these like this:
|