canmove, Confirmed users
58
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
There are various stages and indicators to inform us that the Graphics pipeline is working well. The general step will be to: | There are various stages and indicators to inform us that the Graphics pipeline is working well. The general step will be to: | ||
# Identify and instrument Gecko to detail how long a stage in the Graphics Pipeline takes | # Identify and instrument Gecko to detail how long a stage in the Graphics Pipeline takes. Notable stages would be layout flushes, painting, building display lists, and checkerboarding. | ||
# Extract the measurement and output it to JSON or some datazilla compatible format | # Extract the measurement and output it to JSON or some datazilla compatible format | ||
# Create a test case to use the extracted data | # Create a test case to use the extracted data |