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 853 B

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