dataset_3.pgo

来自「ADI Blackfin DSP BF535 简单范例程序」· PGO 代码 · 共 47 行

PGO
47
字号
# ADI Profile Guided Optimisation data file
# Generated with C:\Program Files\Analog Devices\VisualDSP 4.5\Blackfin\Examples\Tutorial\pgo\Debug\PgoExample.dxe

# ADIPGO
# <file version>
#
# <translation unit source filename>
# {
#	<function name> <session id>
#	{
#		<block id> <blocks entering> <blocks leaving>
#		...
#		%%
#		<counter name> <count>
#		...
#	}
#	...
# }
# ...

ADIPGO
3

PgoExample.c
{
	_main
	{
		0 0 1
		1 2 2
		2 1 2
		3 1 0
		4 1 1
		5 1 1
		6 2 1
		%%
		b0 1
		wtd_exit:b1 256
		wtd_entry:b1 1
		norm_preheader@0:b2 1
		norm_loop:b2 256
		b4 0
		b5 256
		b6 256
		b3 1
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?