程序崩潰 分析工具_程序分析工具| 軟件工程

程序崩潰 分析工具

A program analysis tool implies an automatic tool that takes the source code or the executable code of a program as information and produces reports with respect to a few significant attributes of the program, for example, its size, multifaceted nature, sufficiency of remarking, adherence to programming gauges, and so on.

程序分析工具表示一種自動工具,該工具將程序的源代碼或可執行代碼作為信息,并生成有關程序的一些重要屬性的報告,例如,程序的大小,多方面的性質,備注的充分性,遵循性編程儀表,等等。

We can order these into two general classes of program investigation devices,

我們可以將它們分為兩大類程序調查設備,

  1. Static program analysis tools

    靜態程序分析工具

  2. Dynamic program analysis tools

    動態程序分析工具

1)靜態程序分析工具 (1) Static program analysis tools)

It is a program analysis tool as it surveys and registers different attributes of a software product without executing it. Normally, static analysis tools break down a few basic portrayals of a program to land at certain diagnostic ends, for example that some structural properties hold.

它是一種程序分析工具,它可以在不執行軟件產品的情況下勘測和注冊軟件產品的不同屬性。 通常,靜態分析工具會分解程序的一些基本描述,以便在某些診斷端著陸,例如,保留某些結構屬性。

The basic properties that are normally categorized are,

通常分類的基本屬性是

  • The coding standards are met or not?

    是否符合編碼標準?

  • Certain programming mistakes, for example, uninitialized factors and unmatched among actual and formal parameters, variables that are announced however never utilized are likewise checked.

    同樣會檢查某些編程錯誤,例如未初始化的因子以及實際參數和形式參數之間不匹配,已聲明但從未使用的變量。

Code walkthrough and Code inspection may be considered as static analysis methods. In any case, the term static program analysis is utilized to signify automatic examination tools. In this way, a compiler can be viewed as a static program analysis tool.

代碼演練和代碼檢查可以視為靜態分析方法。 在任何情況下,術語靜態程序分析都用于表示自動檢查工具。 這樣,可以將編譯器視為靜態程序分析工具。

2)動態程序分析工具 (2) Dynamic program analysis tools)

Dynamic program analysis strategies require the program to be executed and its genuine conduct recorded. A powerful analyzer for the most part instruments the code (for example includes extra proclamations in the source code to gather program execution follows). The instrumented code when executed enables us to record the conduct of the product for various experiments.

動態程序分析策略要求執行程序并記錄其真實行為。 功能強大的分析器大部分用于檢測代碼(例如,在源代碼中包括額外的聲明,以收集隨后的程序執行信息)。 被執行的檢測代碼使我們能夠記錄產品在各種實驗中的行為。

As soon as the software is tested the conduct is recorded, the dynamic analysis tool carries out a dynamic analysis and produces reports which portray the basic inclusion that has been accomplished by the total test suite for the program. For instance, the post execution dynamic examination report may give information on degree explanation, branch and way inclusion accomplished.

一旦對軟件進行了測試,就記錄了行為,動態分析工具就會進行動態分析并生成報告,這些報告描繪了該程序的總測試套件所完成的基本內容。 例如,執行后動態檢查報告可以提供有關程度說明,分支機構和完成方式的信息。

Ordinarily the dynamic analysis results are accounted for as a histogram or a pie outline to portray the structural inclusion accomplished for various modules of the program. The yield of a dynamic analysis tool can be put away and printed effectively and gives proof that exhaustive testing has been done. The dynamic analysis results the degree of testing performed in white-box mode. On the off chance that the testing inclusion isn't palatable more testing can be planned and added to the test suite. Further, dynamic analysis results can kill excess experiments from the test suite.

通常,動態分析結果以直方圖或圓形輪廓表示,以描繪針對程序的各個模塊完成的結構包含。 動態分析工具的產量可以有效地存放和打印,并證明已經進行了詳盡的測試。 動態分析得出在白盒模式下執行的測試程度。 如果測試包含的內容不是很好,則可以計劃更多測試并將其添加到測試套件中。 此外,動態分析結果可能會殺死測試套件中的多余實驗。

翻譯自: https://www.includehelp.com/basics/program-analysis-tools-software-engineering.aspx

程序崩潰 分析工具

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/379073.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/379073.shtml
英文地址,請注明出處:http://en.pswp.cn/news/379073.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

28335接兩個spi設備_IIC和SPI如此流行,誰才是嵌入式工程師的必備工具?

IICvs SPI現今,在低端數字通信應用領域,我們隨處可見 IIC (Inter-Integrated Circuit) 和 SPI (Serial Peripheral Interface)的身影。原因是這兩種通信協議非常適合近距離低速芯片間通信。Philips(for IIC)和 Motorola(for SPI) 出于不同背景和市場需求…

線性表15|魔術師發牌問題和拉丁方陣 - 數據結構和算法20

線性表15 : 魔術師發牌問題和拉丁方陣 讓編程改變世界 Change the world by program 題外話 今天小甲魚看到到微博有朋友在問,這個《數據結構和算法》系列課程有木有JAVA版本的? 因為這個問題之前也有一些朋友問過,所以咱在這里統一說下哈…

[ZT]Three ways to tell if a .NET Assembly is Strongly Named (or has Strong Name)

Here are several convenient ways to tell whether a .NET assembly is strongly named. (English language note: I assume the form “strongly named” is preferred over “strong named” since that’s the form used in the output of the sn.exe tool shown immediat…

最佳頁面置換算法

在一個請求分頁系統中,采用最佳頁面置換算法時,假如一個作業的頁面走向為4、3、2、1、4、3、5、4、3、2、1、5,當分配給該作業的物理塊數M分別為3和4時,試計算在訪問過程中所發生的缺頁次數和缺頁率。請給出分析過程。 解析&…

網絡名稱 轉換 網絡地址_網絡地址轉換| 計算機網絡

網絡名稱 轉換 網絡地址At the time of classful addressing, the number of household users and small businesses that want to use the Internet kept increasing. In the beginning, a user was connected to the Internet with a dial-up line, for a specific period of…

rstudio 修改代碼間距_第一章 R和RStudio

R與RStudioR是一種統計學編程語言,在科學計算領域非常流行。它是由Ross Ihaka和Robert Gentleman開發的,是 "S "編程語言的開源實現。R也是使用這種語言進行統計計算的軟件的名字。它有一個龐大的在線支持社區和專門的軟件包,可以為…

ubuntu下最穩定的QQ

一、安裝好 Wine 1.2(1.2 版安裝好就支持中文界面的了) 當然得有WINE 了 當然我的有 如果沒有可以如下方法得到: 第一種方法:如果你已經安裝過 Wine 的老版本,那么只要添加 Wine 1.2 的軟件源,然后去新立得…

字體Times New Roman

Windows系統中的字體是Monotype公司為微軟公司制作的Times New Roman PS(TrueType字體),視窗系統從3.1版本開始就一直附帶這個字體。而在蘋果電腦公司的麥金塔系統中使用的是Linotype公司的 Times Roman (在Macintosh系統中直接簡稱為‘Times…

最近最久未使用頁面置換算法

在一個請求分頁系統中,采用最近最久未使用頁面置換算法時,假如一個作業的頁面走向為4、3、2、1、4、3、5、4、3、2、1、5,當分配給該作業的物理塊數M分別為3和4時,試計算在訪問過程中所發生的缺頁次數和缺頁率。請給出分析過程。 …

ffplay的數據結構分析

《ffplay分析(從啟動到讀取線程的操作)》 《ffplay分析(視頻解碼線程的操作)》 《ffplay分析(音頻解碼線程的操作)》 《ffplay 分析(音頻從Frame(解碼后)隊列取數據到SDL輸出)》 《f…

tolowercase_Java String toLowerCase()方法與示例

tolowercase字符串toLowerCase()方法 (String toLowerCase() Method) toLowerCase() method is a String class method, it is used to convert given string into the lowercase. toLowerCase()方法是String類方法,用于將給定的字符串轉換為小寫。 Syntax: 句法&a…

python web 服務器實時監控 websocket_python websocket網頁實時顯示遠程服務器日志信息...

功能:用websocket技術,在運維工具的瀏覽器上實時顯示遠程服務器上的日志信息一般我們在運維工具部署環境的時候,需要實時展現部署過程中的信息,或者在瀏覽器中實時顯示程序日志給開發人員看。你還在用ajax每隔段時間去獲取服務器日…

磁盤調度算法

1,假設磁頭當前位于第105道,正在向磁道序號增加的方向移動,現有一個磁道訪問請求序列為:35,45,12,68,100,180,170,195,試用先來先服務…

C# Using用法三則

(1)引用命名空間 using作為引入命名空間指令的用法準則為: using Namespace; 在.NET程序中,最多見的代碼莫過于在程序文件的開頭引入System命名空間,其原由在于System命名空間中封裝了許多最基本最常用的操作&#xff…

iOS開發 工程

一直沒正兒八經的寫過技術文章。今日開個小窗,準備寫點東西。。。完了 1、傳統的MVC結構需要至少M、V、C三個模塊,在實際開發中往往需要添加額外的模塊,添加的模塊當然也大體上屬于這三個模塊之內。以下為較為常用的子模塊。 (1&a…

C++11 std::shared_ptr的std::move()移動語義底層分析

std::shared_ptr的std::move()移動語義底層分析 執行std::move()之前: 執行std::move()之后: 結論:一個淺拷貝 sizeof(std::shared_ptr) 8字節 pss1 : 0x0028fea8 pss2 : 0x0028fea0 (棧是逆增長的) 觀察執行std::m…

一個使用numpy.ones()的矩陣| 使用Python的線性代數

Ones Matrix - When all the entries of a matrix are one, then it is called as ones matrix. It may be of any dimension (MxN). 一個矩陣 -當矩陣的所有條目均為1時,則稱為一個矩陣。 它可以是任何尺寸( MxN )。 Properties: 特性: The determina…

python去掉字符串最外側的引號_瘋狂Python講義第二章讀書筆記

本章講解變量和簡單類型2.1 從注釋講起單行注釋使用#,#后面的代碼被注釋掉不會運行,如:# print(123) 注釋掉后123不會輸出。多行注釋使用""" """,三個雙引號,雙引號中的內容注釋掉&…

Xpath[轉]

Xpath[轉] XPath 是一門在 XML 文檔中查找信息的語言。XPath 可用來在 XML 文檔中對元素和屬性進行遍歷。 XPath 是 W3C XSLT 標準的主要元素,并且 XQuery 和 XPointer 同時被構建于 XPath 表達之上。 因此,對 XPath 的理解是很多高級 XML 應用的基礎。 …