snap-trace
2016-11-30 19:44:10 0 举报
snap-trace是一种用于追踪和分析程序执行的工具。它可以捕获程序在运行过程中的各种事件,如函数调用、内存分配、线程切换等,并将这些信息记录到日志文件中。通过分析这些日志文件,开发者可以了解程序的运行状况,找出潜在的性能瓶颈和错误。 snap-trace具有以下特点: 1. 轻量级:它不会对程序的性能产生显著影响。 2. 易于使用:只需在程序中添加少量代码,即可启用snap-trace功能。 3. 可配置:用户可以根据需要选择记录哪些事件。 4. 跨平台:支持多种编程语言和操作系统。
作者其他创作
大纲/内容
TQuoteSiteVO
- quoteNum:type = String- siteId:type = String- status:type = String- queryId:type = String- siteType:type = String- quoteFlightVOList:type = List
+getXXX.......
SiteSnap
- requestAdapterSnap:type = RequestAdapterSnap- tQuoteSiteVO:type=TQuoteSiteVO- flightSnaps:type=List- DisplayRate:type= double- flightSiteType:type=FlightSiteType- siteSnapStatus:type=SiteSnapStatus
+ getXXX........
TQuoteResVO
- status:type = String- quoteSiteVOList:type = List
+ getXXX.......
TQuoteFlightVO
- price:type = String- ei:type = String- ei2:type = String......
RequestAdapterSnap
- quoteResVO:type = TQuoteResVO- from:type = String- to:type = String- date:type = String- requestAdapterSnapStatus: type=RequestAdapterSnapStatus- siteSnaps: type = List
FlightSnap
- id:type = String- siteSnap:type = SiteSnap- tQuoteFlightVO:type=TQuoteFlightVO- status:type=FlightSnapStatus- originPrice:type=String- finalPrice:type=String- dis:type=Integer- flightPriceType:type=FlightPriceType
+ getXXX.....
0 条评论
下一页