Giter VIP home page Giter VIP logo

Comments (6)

shioyadan avatar shioyadan commented on July 20, 2024 1
  • Lane id must be consistent in each instruction (typically they should be zero). Otherwise, the instruction stages are not closed properly. You used inconsistent lane id in each instruction in your trace.

from konata.

shioyadan avatar shioyadan commented on July 20, 2024

Dependency arrows are shown between stages with "X" in the stage name. Please try to make stages with "X" in the stage name. I forgot to mention this in the documentation, so I will add it to the documentation. Thanks!

from konata.

mrBitman avatar mrBitman commented on July 20, 2024

I made X-name by stages 4 and 6, but nothing happened
image

I	3	4	0
L	3	0	main_comment: test_3
S	3	0	st_3	
C	5			
R	3	104	0	

I	4	4	0	
L	4	0	main_comment: test_4
S	4	1	X // X-name too

I	5	5	0	
L	5	0	main_comment: test_5
S	5	2	st_5
I	6	6	0	

L	6	0	main_comment: test_6
C	2
S	6	3	X  // X-name 
R	5	191	1

C	7
E	5	2	st_5
W	6	4	0 // waiting dependence between 6 and 4
C	6

from konata.

shioyadan avatar shioyadan commented on July 20, 2024
  • To show dependency arrows, "X" stages must be closed by the "E" command or another successor stage must be started. I added the "E" commands for ID 4 and 6 in the following example.
  • The consumer and producer arguments for the "W" are reversed in your trace.
  • You can see debug messages, which may include parsing errors or warnings, in the console in DevTool. You can enable DevTool from Help -> Toggle DevTool.
    image
Kanata	0004
I	3	3	0
L	3	0	main_comment: test_3
S	3	0	st_3	
C	5			
R	3	104	0	
I	4	4	0	
L	4	0	main_comment: test_4
S	4	0	X
I	5	5	0	
L	5	0	main_comment: test_5
S	5	0	st_5
I	6	6	0	
L	6	0	main_comment: test_6
C	2
E	4	0	X
S	6	0	X
R	5	5	1
C	7
E	5	0	st_5
E	6	0	X
W	6	4	0
C	6

from konata.

mrBitman avatar mrBitman commented on July 20, 2024

Thank you for your answers! I got arrows in my visualisation!
image

I thought that <LANE_ID> just affects on a color of stage-block. Could you explain me what is <LANE_ID> and how does i need to use it properly?

from konata.

shioyadan avatar shioyadan commented on July 20, 2024

Congratulations!
I added some detail to the document. Please see the following part.
https://github.com/shioyadan/Konata/blob/master/docs/kanata-log-format.md#lane

from konata.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.