From 8883bfdd9ce7ed554df4e7cc132d2a50803105d2 Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Mon, 15 Nov 2021 14:31:42 +0800 Subject: [PATCH] Update README.md update --- examples/util/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/util/README.md b/examples/util/README.md index 0f6782ab..49934d1b 100644 --- a/examples/util/README.md +++ b/examples/util/README.md @@ -28,4 +28,4 @@ Specific operation: Open the chrome browser, enter `chrome://tracing/` in the ad The data visualization output is shown as follow, it uses [bert as service example](https://github.com/PaddlePaddle/Serving/tree/develop/python/examples/bert) GPU inference service. The server starts 4 GPU prediction, the client starts 4 `processes`, and the timeline of each stage when the batch size is 1. Among them, `bert_pre` represents the data preprocessing stage of the client, and `client_infer` represents the stage where the client completes sending and receiving prediction requests. `process` represents the process number of the client, and the second line of each process shows the timeline of each op of the server. -![timeline](../../../doc/images/timeline-example.png) +![timeline](../../doc/images/timeline-example.png) -- GitLab