You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pipeline_profiling_0.json 982 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "sampling_interval": 10,
  3. "op_info": [
  4. {
  5. "op_id": 4,
  6. "op_type": "TFReader",
  7. "num_workers": 4,
  8. "metrics": null,
  9. "children": [3]
  10. },
  11. {
  12. "op_id": 3,
  13. "op_type": "TFReader",
  14. "num_workers": 4,
  15. "metrics": {
  16. "output_queue": {
  17. "size": [10, 20, 30],
  18. "length": 64
  19. }
  20. },
  21. "children": null
  22. },
  23. {
  24. "op_id": 2,
  25. "op_type": "TFReader",
  26. "num_workers": 4,
  27. "metrics": {
  28. "output_queue": {
  29. "size": [10, 20, 30],
  30. "length": 64
  31. }
  32. },
  33. "children": null
  34. },
  35. {
  36. "op_id": 1,
  37. "op_type": "Shuffle",
  38. "num_workers": 1,
  39. "metrics": {
  40. "output_queue": {
  41. "size": [10, 20, 30],
  42. "length": 64
  43. }
  44. },
  45. "children": [2, 4]
  46. },
  47. {
  48. "op_id": 0,
  49. "op_type": "Batch",
  50. "num_workers": 4,
  51. "metrics": null,
  52. "children": [1]
  53. }
  54. ]
  55. }