


Evaluation and improvement of smart cockpit software performance and reliability
Author | Zhang Xuhai
With the rapid development of smart cars, smart cockpits have had some problems in terms of performance and reliability, resulting in poor user experience and complaints. Increase. This article briefly discusses the importance of building a smart cockpit software evaluation framework from an engineering perspective, as well as methods to continuously improve performance and reliability.
1. Poor performance and reliability of smart cockpit software
According to the "2023 Smart Cockpit White Paper - Focus" released by KPMG "Electrification in the Second Half", China's automotive smart cockpit market continues to expand, and the compound annual growth rate from 2022 to 2026 is expected to exceed 17%, showing that this field has huge development potential. As the market grows, smart cockpit software functions will become more diverse and powerful, and the overall intelligence level will also be significantly improved. This shows that the automotive industry is moving in a more intelligent and connected direction, providing consumers with a more intelligent, convenient and comfortable driving experience.
(Source: "2023 Smart Cockpit White Paper - Focus on the Second Half of Electrification")
As the market size forecast continues to expand, consumers are increasingly interested in smart cockpit software The proportion of complaints is also increasing year by year. It mainly focuses on the operating experience, performance and reliability of smart cockpit software, highlighting the challenges brought about by the continuous increase of smart functions.
According to the car quality network’s car complaint analysis report for the four quarters of 2023, the quality problems involved in smart cockpits (vehicle machines) account for a significant proportion, among which the top 20 complaint fault points in Q1~Q4 are related to car machines Related parts (audio and video system failures, navigation problems, in-vehicle interconnection failures, driving safety assistance system failures, etc.) accounted for 15.89%, 10.99%, 10.56% and 9.56% of the total complaints respectively.
_(Source: Chezhi.com)_Further checking the specific complaint form, you will find that problems including crashes, black screens, freezes, slow responses, etc. are very common and seriously affect the The user's driving experience also reduces the user's confidence and recognition of the brand.
After combining the development trends of smart cockpit software and user complaints, it can be found that performance and reliability are the most critical factors affecting the user experience in addition to ease of operation. These two key factors are not only directly related to user satisfaction, but also determine the competitiveness of smart cockpit software in the market to a large extent.
- Performance improvement is the cornerstone to ensure the smooth operation of smart cockpit software. As functions continue to increase, software requires more efficient processors and optimized algorithms to ensure instant response to user operations and high system fluency.
- Reliability is the key to ensuring that users can trust smart cockpit software in various usage scenarios. Users expect that they will not be disturbed by smart cockpit software failures during driving. It is best for the system to run stably to avoid problems such as crashes or freezes.
In the following article, we will combine the best practices of software development and the characteristics of software in the smart cockpit field to explore methods to evaluate and improve its performance and reliability.
2. Evaluation framework for performance and reliability
If you can't measure it, you can't improve it.
The smart cockpit software system itself is a kind of software, and its research and development process also follows the common processes of software architecture design, development implementation and quality verification. Therefore, before discussing how to improve, we should first clarify: How to correctly evaluate the performance and reliability of software systems?
1. Software Architecture Characteristics Model
Mark Richards and Neal Ford once described "architectural characteristics" in "Software Architecture: A Guide to Architectural Patterns, Characteristics, and Practices" :
Architects may work with others to identify domain or business requirements, but a key responsibility of the architect is to define, discover, and analyze the domain-independent things necessary for the software: architectural features.
Architecture Characteristics are software characteristics that architects need to consider when designing software that are independent of domain or business requirements, such as auditability, performance, security, scalability, and reliability. Sex and so on. In many cases we also call them nonfunctional requirements (Nonfunctional Requirements) or quality attributes (Quality Attributes).
Obviously, key software architecture features need to be taken into consideration at the beginning of the architecture design, and continued attention should be paid during the software development process. So when developing software systems, what are the key architectural features that need to be considered?
ISO/IEC 25010:2011 is a set of standards promoted by the International Organization for Standardization (now updated to the 2023 version). It is affiliated with the ISO System and Software Quality Requirements and Evaluation (SQuaRE) system and defines a Group systems and software quality models. This quality model is widely used to describe and evaluate software quality, and can well guide us in modeling key architectural features of software.
The quality model described by ISO 25010 is as follows (the parts related to performance and reliability are highlighted in the figure):
The GQM method is an effective analysis method for finding and establishing indicator elements: GQM stands for "Goal - Question - Metrics", which can be translated as "Goal - Question - Indicator". It is an analysis method with a long history. Introduced by Victor Basili and David Weiss in 1984.
Essentially, GQM analyzes the structure through a tree, progressing layer by layer. First, we ask questions about the goals based on how to achieve them, and then break down each question into multiple indicator elements that can support the solution to the problem, and finally select the most appropriate indicator elements.
Below we take "evaluation index elements to help find the performance and reliability characteristics of smart cockpit software" as an example, respectively based on "evaluating the smoothness of smart cockpit home screen operations" and "calculating faults in smart cockpit systems and applications" "Rate and availability" as the goal, establish a GQM analysis tree:
- The more problems it can support, the higher the priority
- The easier it is to collect and calculate, the higher the priority
When evaluating whether software functions meet the requirements, we will build a large number of automated tests, so as to form a software feature safety net to continuously ensure that the software meets the requirements. As for the evaluation of architectural characteristics, the traditional approach is more like a "sports-style" evaluation:Everything that can be automated should be automated.
- On the R&D side, a dedicated performance or reliability testing team is regularly established, holding the indicator system in hand, testing and evaluating whether the indicator requirements are met from a black box perspective, and producing test reports;
- On the design side, various architecture discussions and review meetings are regularly arranged to evaluate the design itself and whether the software is correctly implemented as designed, and a large number of documents are produced.
ASPICE is a typical case. Due to the complexity of the process and documentation, as well as the strict requirements for each development stage, it is easy for design and testing to stay in the state of an earlier snapshot version. , can never keep up with the speed of software changes.
(Source: An ASPICE Overview)
In the book "Evolutionary Architecture" co-authored by Neal Ford, Patrick Kua and Rebecca Parsons, The fitness function is defined as “an objective function that summarizes how close the intended design solution is to achieving the set goal.” Introducing the fitness function means that the evaluation of the architecture can be automated and normalized through engineering means.
(Source: "Evolutionary Architecture")
When our indicators and models are converted into fitness functions, they can be bound In the R&D pipeline, this enables automated evaluation of architectural features.
With automation as a premise, architecture care can then be used to drive continuous improvement.
Based on the various fitness functions that have been established, the execution results generated by the fitness functions can form a complete set of performance and reliability evaluation reports during daily build, iterative testing, integration testing and other processes. Taking the evaluation results of the previous version as the baseline and comparing them with the evaluation results of the latest version, we can carefully monitor the performance and reliability of the software, thereby determining which parts of the new version have been optimized and which parts have failed. Deterioration is obvious at a glance.
3. Observable toolset helps analysis
So far we have some means to support continuous performance and reliability evaluation, but evaluation is essentially for exposure Problems, subsequent analysis and optimization are the difficulties of continuous improvement.
After the problem is exposed, optimization often needs to be carried out as quickly as possible. For business-oriented organizations, the team spends most of its time working in the business field, analyzing issues such as performance and reliability. and insufficient optimization capabilities, usually at this time the organization will look for or hire technical experts to help improve. However, as a scarce resource, technical experts are often stretched thin when faced with a variety of problems.
Therefore, for organizations that hope to achieve continuous improvement, it is essential to establish engineering analysis and optimization methods to improve efficiency. The first one here is to build an observable tool set. In the evaluation framework mentioned earlier, the role of indicators is mainly to indicate the current status. Indicators can evaluate the pros and cons, but cannot help analyze the root causes of problems. Analyzing software problems requires being able to reproduce what happened when the system was running, how components interacted, and what data was generated. This information needs to be captured and recorded through observable tools.
After having such a toolset, when the assessment finds that certain indicators have deteriorated, the context and observation records of the system runtime can be quickly associated based on some basic information, so as to quickly analyze and locate the problem and implement it quickly. optimization.
Summary
The smart car market has broad prospects and is developing rapidly. As competition deepens, the ultimate experience of smart cockpits will definitely become a major goal of various automobile manufacturers.
This article mainly discusses the continuous evaluation methods and continuous improvement methods of smart cockpit software in terms of performance and reliability from the perspective of software development and delivery, combined with excellent practices and explorations in the software field.
As more and more external investments and cross-field talents pour into the field of smart cars, I believe that huge value will continue to be created in related industries in the future.
The above is the detailed content of Evaluation and improvement of smart cockpit software performance and reliability. For more information, please follow other related articles on the PHP Chinese website!
![[Ghibli-style images with AI] Introducing how to create free images with ChatGPT and copyright](https://img.php.cn/upload/article/001/242/473/174707263295098.jpg?x-oss-process=image/resize,p_40)
The latest model GPT-4o released by OpenAI not only can generate text, but also has image generation functions, which has attracted widespread attention. The most eye-catching feature is the generation of "Ghibli-style illustrations". Simply upload the photo to ChatGPT and give simple instructions to generate a dreamy image like a work in Studio Ghibli. This article will explain in detail the actual operation process, the effect experience, as well as the errors and copyright issues that need to be paid attention to. For details of the latest model "o3" released by OpenAI, please click here⬇️ Detailed explanation of OpenAI o3 (ChatGPT o3): Features, pricing system and o4-mini introduction Please click here for the English version of Ghibli-style article⬇️ Create Ji with ChatGPT

As a new communication method, the use and introduction of ChatGPT in local governments is attracting attention. While this trend is progressing in a wide range of areas, some local governments have declined to use ChatGPT. In this article, we will introduce examples of ChatGPT implementation in local governments. We will explore how we are achieving quality and efficiency improvements in local government services through a variety of reform examples, including supporting document creation and dialogue with citizens. Not only local government officials who aim to reduce staff workload and improve convenience for citizens, but also all interested in advanced use cases.

Have you heard of a framework called the "Fukatsu Prompt System"? Language models such as ChatGPT are extremely excellent, but appropriate prompts are essential to maximize their potential. Fukatsu prompts are one of the most popular prompt techniques designed to improve output accuracy. This article explains the principles and characteristics of Fukatsu-style prompts, including specific usage methods and examples. Furthermore, we have introduced other well-known prompt templates and useful techniques for prompt design, so based on these, we will introduce C.

ChatGPT Search: Get the latest information efficiently with an innovative AI search engine! In this article, we will thoroughly explain the new ChatGPT feature "ChatGPT Search," provided by OpenAI. Let's take a closer look at the features, usage, and how this tool can help you improve your information collection efficiency with reliable answers based on real-time web information and intuitive ease of use. ChatGPT Search provides a conversational interactive search experience that answers user questions in a comfortable, hidden environment that hides advertisements

In a modern society with information explosion, it is not easy to create compelling articles. How to use creativity to write articles that attract readers within a limited time and energy requires superb skills and rich experience. At this time, as a revolutionary writing aid, ChatGPT attracted much attention. ChatGPT uses huge data to train language generation models to generate natural, smooth and refined articles. This article will introduce how to effectively use ChatGPT and efficiently create high-quality articles. We will gradually explain the writing process of using ChatGPT, and combine specific cases to elaborate on its advantages and disadvantages, applicable scenarios, and safe use precautions. ChatGPT will be a writer to overcome various obstacles,

An efficient guide to creating charts using AI Visual materials are essential to effectively conveying information, but creating it takes a lot of time and effort. However, the chart creation process is changing dramatically due to the rise of AI technologies such as ChatGPT and DALL-E 3. This article provides detailed explanations on efficient and attractive diagram creation methods using these cutting-edge tools. It covers everything from ideas to completion, and includes a wealth of information useful for creating diagrams, from specific steps, tips, plugins and APIs that can be used, and how to use the image generation AI "DALL-E 3."

Unlock ChatGPT Plus: Fees, Payment Methods and Upgrade Guide ChatGPT, a world-renowned generative AI, has been widely used in daily life and business fields. Although ChatGPT is basically free, the paid version of ChatGPT Plus provides a variety of value-added services, such as plug-ins, image recognition, etc., which significantly improves work efficiency. This article will explain in detail the charging standards, payment methods and upgrade processes of ChatGPT Plus. For details of OpenAI's latest image generation technology "GPT-4o image generation" please click: Detailed explanation of GPT-4o image generation: usage methods, prompt word examples, commercial applications and differences from other AIs Table of contents ChatGPT Plus Fees Ch

How to use ChatGPT to streamline your design work and increase creativity This article will explain in detail how to create a design using ChatGPT. We will introduce examples of using ChatGPT in various design fields, such as ideas, text generation, and web design. We will also introduce points that will help you improve the efficiency and quality of a variety of creative work, such as graphic design, illustration, and logo design. Please take a look at how AI can greatly expand your design possibilities. table of contents ChatGPT: A powerful tool for design creation


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
